@cerberus-design/react
Version:
The Cerberus Design React component library.
14 lines (13 loc) • 560 B
TypeScript
import { DatePickerCalendarProps } from './calendar';
import { DatePickerContentProps } from './primitives';
/**
* This private module contains an abstraction of the DatePickerContent
* primitive.
* @module 'date-picker/content'
*/
/**
* An abstraction of the DatePicker content that wraps the DatePickerParts
* primitives.
* @definition [datePicker docs](https://cerberus.digitalu.design/react/date-picker)
*/
export declare function DatePickerContent(props: DatePickerContentProps & DatePickerCalendarProps): import("react/jsx-runtime").JSX.Element;