UNPKG

react-native-nepali-picker

Version:

Minimalist and modern Nepali-date picker with customization.🌟

9 lines • 424 B
declare const bs: number[][]; declare const leapYears: number[]; declare const daysInEnglish: string[]; declare const daysInNepali: string[]; declare const monthsInEnglish: string[]; declare const monthsInNepali: string[]; declare const getNepaliNumber: (engNum: number) => string; export { bs, daysInNepali, daysInEnglish, monthsInNepali, monthsInEnglish, getNepaliNumber, leapYears, }; //# sourceMappingURL=config.d.ts.map