UNPKG

@visactor/vtable

Version:

canvas table width high performance

4 lines (3 loc) 214 B
import type { BaseTableAPI } from '../ts-types/base-table'; import type { FullExtendStyle } from '../ts-types'; export declare function getCellStyle(col: number, row: number, table: BaseTableAPI): FullExtendStyle;