UNPKG

soda-material

Version:

A React(>=18) component library that may follow [Material Design 3](https://m3.material.io/components) (a.k.a. Material You)

10 lines (9 loc) 245 B
/** * TODO: not fully implemented yet! */ export declare function DatePicker(props: { initDate?: Date; onOK?: (value: Date) => void; onCancel?: (value: Date) => void; sd?: 'docked'; }): import("react/jsx-runtime").JSX.Element;