UNPKG

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