@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
12 lines • 579 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EmptyStateStateType = exports.EmptyStateVariantType = void 0;
var EmptyStateVariantType;
(function (EmptyStateVariantType) {
EmptyStateVariantType["DEFAULT"] = "DEFAULT";
})(EmptyStateVariantType || (exports.EmptyStateVariantType = EmptyStateVariantType = {}));
var EmptyStateStateType;
(function (EmptyStateStateType) {
EmptyStateStateType["DEFAULT"] = "DEFAULT";
})(EmptyStateStateType || (exports.EmptyStateStateType = EmptyStateStateType = {}));
//# sourceMappingURL=variants.js.map