react-nepali-datetime
Version:
React components for a Nepali DateTime picker, built on top of nepali-datetime.
11 lines (10 loc) • 459 B
TypeScript
export declare const NEPALI_NUMBERS: string[];
export declare const LOCALE_EN = "en";
export declare const LOCALE_NE = "ne";
export declare const DEFAULT_LOCALE = "en";
export declare const MIN_NEPALI_YEAR: number;
export declare const MAX_NEPALI_YEAR: number;
export declare const NEPALI_MONTHS_EN: string[];
export declare const NEPALI_MONTHS_NE: string[];
export declare const WEEKDAYS_SHORT_EN: string[];
export declare const WEEKDAYS_SHORT_NE: string[];