UNPKG

araya-styled-comp-lib

Version:

mark 1 react component library styled component

5 lines (4 loc) 168 B
import { SVGProps } from 'react'; export declare const getIconAttrs: ({ size, ...props }: SVGProps<SVGSVGElement> & { size?: number; }) => SVGProps<SVGSVGElement>;