@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 • 523 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TableRowVariantTypeV2 = void 0;
var TableRowVariantTypeV2;
(function (TableRowVariantTypeV2) {
TableRowVariantTypeV2["HEADER_ROW_DEFAULT"] = "HEADER_ROW_DEFAULT";
TableRowVariantTypeV2["HEADER_ROW_SECONDARY"] = "HEADER_ROW_SECONDARY";
TableRowVariantTypeV2["BODY_ROW_DEFAULT"] = "BODY_ROW_DEFAULT";
})(TableRowVariantTypeV2 || (exports.TableRowVariantTypeV2 = TableRowVariantTypeV2 = {}));
//# sourceMappingURL=variants.js.map