@cerberus-design/react
Version:
The Cerberus Design React component library.
12 lines (11 loc) • 502 B
TypeScript
import { DatePickerInputElProps } from './primitives';
/**
* This module contains an abstraction of the DatePickerInputEl primitive.
* @module 'date-picker/input'
*/
/**
* An abstraction of the DatePicker input that wraps the input and the
* triggers to open the DatePicker and clear the value.
* @definition [datePicker docs](https://cerberus.digitalu.design/react/date-picker)
*/
export declare function DatePickerInput(props: DatePickerInputElProps): import("react/jsx-runtime").JSX.Element;