UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

13 lines (12 loc) 552 B
import { DatePickerViewControlProps } from './primitives'; /** * This private module contains an abstraction of the DatePickerViewControl * primitive. * @module 'date-picker/view-control-group' */ /** * An abstraction of the DatePicker control that contains the prev, view, and * next triggers which control the calendar output. * @definition [datePicker docs](https://cerberus.digitalu.design/react/date-picker) */ export declare function DatePickerViewControlGroup(props: DatePickerViewControlProps): import("react/jsx-runtime").JSX.Element;