UNPKG

react-patro

Version:

AD and BS Calendar functions as hooks and component

8 lines (7 loc) 211 B
import * as React from "react"; declare type CalendarIconProps = { onClick: () => void; className: string; }; declare const CalendarIcon: React.FC<CalendarIconProps>; export default CalendarIcon;