UNPKG

@hubee/hubee-ui-table

Version:

Hubee UI Table é uma biblioteca que faz abstração da implementação de data tables para o React

10 lines (9 loc) 359 B
import { Sizing } from '@/core/models/common'; export interface TableStyleOptions { withContainerBorder?: boolean; withContainerBorderSizing?: Sizing; withTableInfoResult?: boolean; withZebraStriped?: boolean; classNameRoot?: string; } export declare const StyleOptionsDefault: (options?: TableStyleOptions) => TableStyleOptions;