UNPKG

pick-datetime-react

Version:
7 lines (6 loc) 211 B
import { FC, SVGAttributes } from 'react'; export declare type SolidSVGProps = { path: string; } & SVGAttributes<SVGElement>; export declare const SolidSVG: FC<SolidSVGProps>; export * from './paths';