office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
8 lines • 333 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var RatingSize;
(function (RatingSize) {
RatingSize[RatingSize["Small"] = 0] = "Small";
RatingSize[RatingSize["Large"] = 1] = "Large";
})(RatingSize = exports.RatingSize || (exports.RatingSize = {}));
//# sourceMappingURL=Rating.types.js.map
;