Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
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