UNPKG

react-calendar-kit

Version:

React Calendar Kit is a powerful and flexible library for building accessible and highly customizable calendar and date/time picker components in your React applications. React Calendar Kit provides a solid foundation for creating inclusive user experienc

6 lines (3 loc) 155 B
import { SVGProps } from 'react'; declare const ChevronDownIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element; export { ChevronDownIcon as default };