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

9 lines 247 B
import { TableCaptionVariantType } from './variants'; export const TABLE_CAPTION_STYLES = { [TableCaptionVariantType.DEFAULT]: { container: { display: 'table-caption', }, }, }; //# sourceMappingURL=styles.js.map