UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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