UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines (6 loc) 237 B
/// <reference types="react" /> import { IProgressIndicatorProps } from './ProgressIndicator.types'; /** * ProgressIndicator description */ export declare const ProgressIndicator: (props: IProgressIndicatorProps) => JSX.Element;