Looper.d.ts 187 B

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