UNPKG

shineout

Version:

A components library for React

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