Latest updates from IceHrmPro
This commit is contained in:
19
web/node_modules/antd/es/statistic/Statistic.d.ts
generated
vendored
Normal file
19
web/node_modules/antd/es/statistic/Statistic.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import * as React from 'react';
|
||||
import Countdown from './Countdown';
|
||||
import { valueType, FormatConfig } from './utils';
|
||||
interface StatisticComponent {
|
||||
Countdown: typeof Countdown;
|
||||
}
|
||||
export interface StatisticProps extends FormatConfig {
|
||||
prefixCls?: string;
|
||||
className?: string;
|
||||
style?: React.CSSProperties;
|
||||
value?: valueType;
|
||||
valueStyle?: React.CSSProperties;
|
||||
valueRender?: (node: React.ReactNode) => React.ReactNode;
|
||||
title?: React.ReactNode;
|
||||
prefix?: React.ReactNode;
|
||||
suffix?: React.ReactNode;
|
||||
}
|
||||
declare const WrapperStatistic: React.FC<StatisticProps> & StatisticComponent;
|
||||
export default WrapperStatistic;
|
||||
Reference in New Issue
Block a user