antd-hz
Version:
华卓科技基于 antd 5.0 定制的组件库
11 lines (10 loc) • 369 B
TypeScript
import * as React from 'react';
import type { StatisticProps } from './Statistic';
import type { valueType } from './utils';
export interface CountdownProps extends StatisticProps {
format?: string;
onFinish?: () => void;
onChange?: (value?: valueType) => void;
}
declare const _default: React.NamedExoticComponent<CountdownProps>;
export default _default;