UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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