UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

13 lines (12 loc) 567 B
import { DatePickerRootProps } from './primitives'; /** * This module contains an abstraction of the DatePicker.Root primitive. * @module 'date-picker/root' */ /** * DatePicker component is an abstraction of the DatePickerRoot primitive which * is the context provider to the DatePicker. * @description [Cerberus Docs](https://cerberus.digitalu.design/react/date-picker) * @description [Ark Docs](https://ark-ui.com/react/docs/components/date-picker) */ export declare function DatePicker(props: DatePickerRootProps): import("react/jsx-runtime").JSX.Element;