UNPKG

@visactor/vtable

Version:

canvas table width high performance

6 lines (5 loc) 248 B
import type { ColumnIconOption, ITableThemeDefine } from './ts-types'; export declare function setIconColor(themeIconsColor: ITableThemeDefine['functionalIconsStyle']): void; export declare function get(): { [key: string]: ColumnIconOption; };