UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines 373 B
import { styled } from '../../Utilities'; import { ProgressIndicatorBase } from './ProgressIndicator.base'; import { getStyles } from './ProgressIndicator.styles'; /** * ProgressIndicator description */ export var ProgressIndicator = styled(ProgressIndicatorBase, getStyles, undefined, { scope: 'ProgressIndicator' }); //# sourceMappingURL=ProgressIndicator.js.map