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