UNPKG

react-nepali-datetime

Version:

React components for a Nepali DateTime picker, built on top of nepali-datetime.

9 lines (8 loc) 231 B
export interface ICalendarDate { index: number; active: boolean; year: number; month: number; date: number | null; } export declare const getCalendarTableArray: (year: number, month: number) => ICalendarDate[];