3 lines
123 B
TypeScript
Raw Permalink Normal View History

2025-12-10 12:02:17 +08:00
export { calendarProps, default as NCalendar } from './src/Calendar';
export type { CalendarProps } from './src/Calendar';