UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 318 B
import _CountDown from './count-down'; import { WithInstallType } from '../shared'; import './style'; import { TdCountDownProps } from './type'; export * from './type'; export declare type CountDownProps = TdCountDownProps; export declare const CountDown: WithInstallType<typeof _CountDown>; export default CountDown;