UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

13 lines (12 loc) 481 B
import { DatePickerViewProps } from './primitives'; /** * This private module contains an abstraction of the DatePickerYearView * component. * @module 'date-picker/year-view' */ /** * An abstraction of the DatePickerYearView that renders the year view of the * DatePicker. * @definition [datePicker docs](https://cerberus.digitalu.design/react/date-picker) */ export declare function DatePickerYearView(props: DatePickerViewProps): import("react/jsx-runtime").JSX.Element;