react-native-paper-dates
Version:
Performant Date Picker for React Native Paper
37 lines • 2.1 kB
TypeScript
export { default as Calendar } from './Date/Calendar';
export { default as DatePickerModal } from './Date/DatePickerModal';
export type { DatePickerModalSingleProps, DatePickerModalMultiProps, DatePickerModalRangeProps, } from './Date/DatePickerModal';
export { default as DatePickerModalContent } from './Date/DatePickerModalContent';
export { default as TimePickerModal } from './Time/TimePickerModal';
export { default as TimePicker } from './Time/TimePicker';
export { default as DatePickerInput } from './Date/DatePickerInput';
export type { TranslationsType } from './translations/utils';
export { registerTranslation, getTranslation } from './translations/utils';
export { default as ar } from './translations/ar';
export { default as ca } from './translations/ca';
export { default as de } from './translations/de';
export { default as en } from './translations/en';
export { default as enGB } from './translations/enGB';
export { default as es } from './translations/es';
export { default as fr } from './translations/fr';
export { default as he } from './translations/he';
export { default as hi } from './translations/hi';
export { default as it } from './translations/it';
export { default as ko } from './translations/ko';
export { default as nl } from './translations/nl';
export { default as pl } from './translations/pl';
export { default as pt } from './translations/pt';
export { default as tr } from './translations/tr';
export { default as zh } from './translations/zh';
export { default as zhTW } from './translations/zhTW';
export { default as cs } from './translations/cs';
export { default as el } from './translations/el';
export { default as ru } from './translations/ru';
export { default as ro } from './translations/ro';
export { default as id } from './translations/id';
export { default as ja } from './translations/ja';
export { default as th } from './translations/th';
export { default as ukUA } from './translations/ukUA';
export { default as noNO } from './translations/noNO';
export { default as sv } from './translations/sv';
//# sourceMappingURL=index.d.ts.map