first commit
This commit is contained in:
7
frontend/node_modules/antd/lib/spin/Indicator/index.d.ts
generated
vendored
Normal file
7
frontend/node_modules/antd/lib/spin/Indicator/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
export interface IndicatorProps {
|
||||
prefixCls: string;
|
||||
indicator?: React.ReactNode;
|
||||
percent?: number;
|
||||
}
|
||||
export default function Indicator(props: IndicatorProps): React.JSX.Element;
|
||||
Reference in New Issue
Block a user