Files
emaui/node_modules/@mantine/dates/lib/components/Month/index.d.ts
2026-05-29 15:23:46 +03:00

7 lines
386 B
TypeScript

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';