UNPKG

@naturacosmeticos/natds-react

Version:
8 lines (7 loc) 327 B
import { Theme } from '@naturacosmeticos/natds-themes'; import { IconProps } from './Icon.props'; declare type IconStyleProps = Pick<IconProps, 'size' | 'color' | 'brand'>; declare const styles: (data?: (IconStyleProps & { theme?: Theme | undefined; }) | undefined) => import("jss").Classes<"icon">; export default styles;