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

16 lines 739 B
export var TableVariantType; (function (TableVariantType) { TableVariantType["DEFAULT"] = "DEFAULT"; })(TableVariantType || (TableVariantType = {})); export var TableHeaderVariantType; (function (TableHeaderVariantType) { TableHeaderVariantType["PRIMARY"] = "PRIMARY"; TableHeaderVariantType["SECONDARY"] = "SECONDARY"; TableHeaderVariantType["CUSTOMIZABLE_HEADER"] = "CUSTOMIZABLE_HEADER"; })(TableHeaderVariantType || (TableHeaderVariantType = {})); export var TableRowVariantType; (function (TableRowVariantType) { TableRowVariantType["DEFAULT"] = "DEFAULT"; TableRowVariantType["CUSTOMIZABLE_ROW"] = "CUSTOMIZABLE_ROW"; })(TableRowVariantType || (TableRowVariantType = {})); //# sourceMappingURL=variants.js.map