UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

12 lines (11 loc) 419 B
import * as React from 'react'; import type { StatisticProps } from './Statistic'; import type { countdownValueType } from './utils'; export interface CountdownProps extends StatisticProps { value?: countdownValueType; format?: string; onFinish?: () => void; onChange?: (value?: countdownValueType) => void; } declare const _default: React.NamedExoticComponent<CountdownProps>; export default _default;