@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
11 lines • 395 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AvatarSize = void 0;
var AvatarSize;
(function (AvatarSize) {
AvatarSize["MEDIUM"] = "MEDIUM";
AvatarSize["SMALL"] = "SMALL";
AvatarSize["LARGE"] = "LARGE";
AvatarSize["EXTRA_LARGE"] = "EXTRA_LARGE";
})(AvatarSize || (exports.AvatarSize = AvatarSize = {}));
//# sourceMappingURL=variants.js.map