10 lines
495 B
TypeScript
10 lines
495 B
TypeScript
import React from 'react';
|
|
import 'antd/lib/input-number/style';
|
|
import 'antd/lib/progress/style';
|
|
export declare function getProgressStatus(text: number): 'success' | 'exception' | 'normal' | 'active';
|
|
declare const _default: React.ForwardRefExoticComponent<import("@ant-design/pro-provider").BaseProFieldFC & import("@ant-design/pro-provider").ProRenderFieldPropsType & {
|
|
text: string | number;
|
|
placeholder?: string | undefined;
|
|
} & React.RefAttributes<any>>;
|
|
export default _default;
|