UNPKG

reablocks

Version:
8 lines (6 loc) 156 B
import { FC } from 'react'; export type CloseIconProps = { height?: number; width?: number; }; export declare const CloseIcon: FC<CloseIconProps>;