minishouyin/node_modules/antd/es/spin/Indicator/index.d.ts

8 lines
223 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import * as React from 'react';
export interface IndicatorProps {
prefixCls: string;
indicator?: React.ReactNode;
percent?: number;
}
export default function Indicator(props: IndicatorProps): React.JSX.Element;