UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 309 B
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;