UNPKG

react-flexible-datepicker

Version:
5 lines (4 loc) 156 B
import React from 'react'; import { IconProps } from './types'; declare const ChevronIcon: (props: IconProps) => React.JSX.Element; export { ChevronIcon };