UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

7 lines (6 loc) 232 B
import * as React from 'react'; import { IProgressIndicatorProps } from './ProgressIndicator.types'; /** * ProgressIndicator description */ export declare const ProgressIndicator: React.FunctionComponent<IProgressIndicatorProps>;