UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

4 lines (3 loc) 228 B
import type { DatePickerProps } from './DatePicker.types'; declare function DatePicker({ alignment, placeholder, onChange, value, ...props }: DatePickerProps): import("react/jsx-runtime").JSX.Element; export default DatePicker;