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