react-custom-calendarss
Version:
A calendar that can be customized to your liking 🧨
6 lines (5 loc) • 300 B
TypeScript
export { default as MonthCalendar } from './MonthCalendar';
export { default as WeekCalendar } from './WeekCalendar';
export { default as ActiveButton } from './ActiveButton';
export { UIThemeProvider, type Theme } from './UIThemeProvider';
export { useUITheme } from './UIThemeProvider/useUItheme';