@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 • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TABLE_DIVIDER_STYLES = void 0;
const variants_1 = require("./variants");
exports.TABLE_DIVIDER_STYLES = {
[variants_1.TableDividerVariantType.DEFAULT]: {
container: {
width: '100%',
},
},
};
//# sourceMappingURL=styles.js.map