office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
9 lines • 581 B
JavaScript
define(["require", "exports", "../../Utilities", "./ProgressIndicator.base", "./ProgressIndicator.styles"], function (require, exports, Utilities_1, ProgressIndicator_base_1, ProgressIndicator_styles_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* ProgressIndicator description
*/
exports.ProgressIndicator = Utilities_1.styled(ProgressIndicator_base_1.ProgressIndicatorBase, ProgressIndicator_styles_1.getStyles, undefined, { scope: 'ProgressIndicator' });
});
//# sourceMappingURL=ProgressIndicator.js.map