UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 305 B
import type { SFCWithInstall } from '../_util/interface'; import Calendar from './calendar'; export { calendarProps } from './props'; export type { CalendarProps } from './props'; type CalendarType = SFCWithInstall<typeof Calendar>; export declare const FCalendar: CalendarType; export default FCalendar;