@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 305 B
TypeScript
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;