export type { CountDownProps } from './props' /** 回调方法类型 */ export type CountDownFinish = () => void