UNPKG

tdesign-mobile-vue

Version:
4 lines (3 loc) 198 B
import { Ref } from 'vue'; import { TdUseCountDownProps, TdUseCountDown } from './type'; export declare function useCountDown(props: TdUseCountDownProps, visibility?: Ref<boolean>): TdUseCountDown;