UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines (8 loc) 244 B
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;