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