UNPKG

react-day-picker

Version:

Customizable Date Picker for React

6 lines (5 loc) 226 B
import { CaptionProps } from '../../components/Caption/Caption'; /** * Render a caption with the dropdowns to navigate between months and years. */ export declare function CaptionDropdowns(props: CaptionProps): JSX.Element;