UNPKG

reablocks

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