import DatePicker from './components/NeatDatePicker' import type { ColorOptions, NeatDatePickerProps, RangeOutput, SingleOutput, } from './components/NeatDatePicker.type' import type { i18nLanguageConfig, i18nLanguageKey } from './lib/lib' export default DatePicker export type { ColorOptions, i18nLanguageConfig, i18nLanguageKey, NeatDatePickerProps, RangeOutput, SingleOutput, }