UNPKG

@vurilo/nepali-date-picker

Version:

Nepali Calendars, date and time pickers based on Mantine components

7 lines (6 loc) 386 B
export { getEndOfWeek } from './get-end-of-week/get-end-of-week'; export { getStartOfWeek } from './get-start-of-week/get-start-of-week'; export { getMonthDays } from './get-month-days/get-month-days'; export { isSameMonth } from './is-same-month/is-same-month'; export { Month } from './Month'; export type { MonthProps, MonthSettings, MonthStylesNames, MonthFactory } from './Month';