UNPKG

shineout

Version:
4 lines (3 loc) 262 B
import type { DatePickerProps, DatePickerValueType } from './date-picker.type'; declare const _default: <Value extends DatePickerValueType = DatePickerValueType>(props: DatePickerProps<Value>) => import("react/jsx-runtime").JSX.Element; export default _default;