UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 176 B
import Calendar from './Calendar'; export type { CalendarProps } from './Calendar'; export type { CalendarState } from './hooks'; export { Calendar }; export default Calendar;