UNPKG

react-nepalipatro

Version:

A reusable Nepali (Bikram Sambat) calendar React component.

11 lines (10 loc) 211 B
type BsCalendarData = { [year: string]: { [month: string]: { days: number; startAd: string; }; }; }; export declare const typedBsDates: BsCalendarData; export {};