minishouyin/node_modules/antd/es/spin/Indicator/Looper.d.ts
2025-11-12 11:35:57 +08:00

7 lines
187 B
TypeScript

import * as React from 'react';
export interface IndicatorProps {
prefixCls: string;
percent?: number;
}
export default function Looper(props: IndicatorProps): React.JSX.Element;