office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
11 lines (9 loc) • 374 B
JavaScript
define(["require", "exports"], function (require, exports) {
"use strict";
(function (SpinnerType) {
SpinnerType[SpinnerType["normal"] = 0] = "normal";
SpinnerType[SpinnerType["large"] = 1] = "large";
})(exports.SpinnerType || (exports.SpinnerType = {}));
var SpinnerType = exports.SpinnerType;
});
//# sourceMappingURL=Spinner.Props.js.map