@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
10 lines • 424 B
JavaScript
export var SkeletonVariantType;
(function (SkeletonVariantType) {
SkeletonVariantType["DEFAULT"] = "DEFAULT";
})(SkeletonVariantType || (SkeletonVariantType = {}));
export var SkeletonShapeVariant;
(function (SkeletonShapeVariant) {
SkeletonShapeVariant["SQUARE"] = "SQUARE";
SkeletonShapeVariant["CIRCLE"] = "CIRCLE";
})(SkeletonShapeVariant || (SkeletonShapeVariant = {}));
//# sourceMappingURL=variants.js.map