first commit
This commit is contained in:
10
frontend/node_modules/antd/lib/statistic/Countdown.d.ts
generated
vendored
Normal file
10
frontend/node_modules/antd/lib/statistic/Countdown.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user