UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

8 lines (7 loc) 461 B
import type { MonthFactory, MonthProps, MonthSettings, MonthStylesNames } from './Month'; 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 };