first commit
This commit is contained in:
10
frontend/node_modules/antd/lib/progress/Circle.d.ts
generated
vendored
Normal file
10
frontend/node_modules/antd/lib/progress/Circle.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import type { ProgressGradient, ProgressProps } from './progress';
|
||||
export interface CircleProps extends ProgressProps {
|
||||
prefixCls: string;
|
||||
children: React.ReactNode;
|
||||
progressStatus: string;
|
||||
strokeColor?: string | ProgressGradient;
|
||||
}
|
||||
declare const Circle: React.FC<CircleProps>;
|
||||
export default Circle;
|
||||
Reference in New Issue
Block a user