UNPKG

react-nepali-datetime

Version:

[![npm version](https://img.shields.io/npm/v/react-nepali-datetime?color=48c21a)](https://www.npmjs.com/package/react-nepali-datetime) [![License](https://img.shields.io/npm/l/react-nepali-datetime?label=License)](https://github.com/opensource-nepal/react

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[];