tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 318 B
TypeScript
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;