UNPKG

hamro-nepali-patro

Version:

A modern React component library for Nepali (Bikram Sambat, BS) and Gregorian (AD) calendar date picking, conversion, and utilities. Includes a customizable datepicker, BS/AD conversion, and Nepali date functions.

4 lines (3 loc) 163 B
import { CalendarType } from "../types/main"; declare function useCalendarType(calendarTypeFromProps: CalendarType): CalendarType; export default useCalendarType;