Files
copilot-toolbox-sdfdsfds/node_modules/@ant-design/pro-field/es/components/Progress/index.d.ts
2026-01-16 01:51:36 +00:00

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;