UNPKG

@visactor/vtable

Version:

canvas table width high performance

7 lines (6 loc) 516 B
import type { FullExtendStyle, HeaderStyleOption, StylePropertyFunctionArg } from '../ts-types'; import { TextHeaderStyle } from './style/MultilineTextHeaderStyle'; import { Style } from './style/Style'; import type { TableTheme } from '../themes/theme'; export { Style, TextHeaderStyle }; export declare function of(headerStyle: HeaderStyleOption, defaultHeaderStyle: HeaderStyleOption, styleArg: StylePropertyFunctionArg, StyleClass: typeof Style, globalAutoWrapText: boolean, theme: TableTheme): FullExtendStyle;