UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

10 lines 618 B
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 }); exports.ProgressIndicator = void 0; /** * ProgressIndicator description */ exports.ProgressIndicator = (0, Utilities_1.styled)(ProgressIndicator_base_1.ProgressIndicatorBase, ProgressIndicator_styles_1.getStyles, undefined, { scope: 'ProgressIndicator' }); }); //# sourceMappingURL=ProgressIndicator.js.map