UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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