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 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TABLE_CAPTION_STYLES = void 0; const variants_1 = require("./variants"); exports.TABLE_CAPTION_STYLES = { [variants_1.TableCaptionVariantType.DEFAULT]: { container: { display: 'table-caption', }, }, }; //# sourceMappingURL=styles.js.map