UNPKG

@visactor/vtable

Version:

canvas table width high performance

4 lines (3 loc) 239 B
import type { IThemeSpec } from './../../vrender'; import type { BaseTableAPI } from '../../ts-types/base-table'; export declare function getCellBorderStrokeWidth(col: number, row: number, cellTheme: IThemeSpec, table: BaseTableAPI): any;