UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

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>;