tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 309 B
TypeScript
import _Calendar from './calendar';
import { WithInstallType } from '../shared';
import './style';
import { TdCalendarProps } from './type';
export * from './type';
export declare type CalendarProps = TdCalendarProps;
export declare const Calendar: WithInstallType<typeof _Calendar>;
export default Calendar;