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

12 lines 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TABLE_BODY_STYLES = void 0; const variants_1 = require("./variants"); exports.TABLE_BODY_STYLES = { [variants_1.TableBodyVariantType.DEFAULT]: { container: { display: 'table-row-group', }, }, }; //# sourceMappingURL=styles.js.map