How to use create-emotion-styled - 1 common examples

To help you get started, we’ve selected a few create-emotion-styled examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github AdaptiveConsulting / ReactiveTraderCloud / src / client / src / rt-theme / styled.tsx View on Github external
export interface StyledProps extends React.HTMLProps> {}

export type StyledComponent<
  Props extends object = StyledProps,
  InnerProps extends object = any,
  T extends object = Theme
> = StyledComponent

export type Styled<
  Props extends object = StyledProps,
  InnerProps extends object = any,
  T extends object = Theme
> = StyledComponent

export const styled: CreateStyled = createEmotionStyled(emotion, React)

export default styled

create-emotion-styled

The styled API for emotion

MIT
Latest version published 6 years ago

Package Health Score

78 / 100
Full package analysis

Popular create-emotion-styled functions