@gravity-ui/uikit
Version:
Gravity UI base styling and components
12 lines (11 loc) • 873 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAvatarDisplayText = exports.Avatar = exports.DEFAULT_AVATAR_SIZE = exports.AVATAR_SIZES = void 0;
var constants_1 = require("./constants.js");
Object.defineProperty(exports, "AVATAR_SIZES", { enumerable: true, get: function () { return constants_1.AVATAR_SIZES; } });
Object.defineProperty(exports, "DEFAULT_AVATAR_SIZE", { enumerable: true, get: function () { return constants_1.DEFAULT_AVATAR_SIZE; } });
var Avatar_1 = require("./Avatar.js");
Object.defineProperty(exports, "Avatar", { enumerable: true, get: function () { return Avatar_1.Avatar; } });
var AvatarText_1 = require("./AvatarText/index.js");
Object.defineProperty(exports, "getAvatarDisplayText", { enumerable: true, get: function () { return AvatarText_1.getAvatarDisplayText; } });
//# sourceMappingURL=index.js.map
;