@visactor/vtable
Version:
canvas table width high performance
9 lines (8 loc) • 318 B
TypeScript
import type { ColumnIconOption, ITableThemeDefine } from './ts-types';
export declare function setIconColor(themeIconsColor: ITableThemeDefine['functionalIconsStyle']): void;
export declare const icons: {
[key: string]: ColumnIconOption;
};
export declare function get(): {
[key: string]: ColumnIconOption;
};