UNPKG

@brightsoftware/date-np

Version:

Simple & minimal Nepali date picker that just works.

11 lines (10 loc) 218 B
type calendarType = "AD" | "BS"; /** * Types of available calendar */ export type tcalendar = Record<calendarType, { months: string[]; days: string[]; }>; export declare const CALENDAR: tcalendar; export {};