Files
video-gen/video-gen-admin/node_modules/antd/lib/spin/Indicator/Looper.d.ts
T
2026-05-25 17:08:18 +08:00

9 lines
244 B
TypeScript

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