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

8 lines (7 loc) 304 B
import { TableRowStylesType } from '../../../../../components/tableRow/types/tableRowTheme'; import { TableRowVariantTypeV2 } from './variants'; export declare const getTableRowStyles: (COLORS: { [key: string]: { [key: string]: string; }; }) => TableRowStylesType<TableRowVariantTypeV2>;