UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

7 lines (6 loc) 248 B
import type { RefObject } from 'react'; export declare const useCountDown: (mountedRef: RefObject<boolean>, name?: string, countDown?: number) => { inCountDown: boolean; timeLeft: number; startCountDown: (countDown: number) => void; };