@visactor/vtable
Version:
canvas table width high performance
5 lines (4 loc) • 424 B
TypeScript
import type { BaseTableAPI } from '../../ts-types/base-table';
export declare function getProp(name: string, cellStyle: any, col: number, row: number, _table: BaseTableAPI): any;
export declare function getRawProp(name: string, cellStyle: any, col: number, row: number, _table: BaseTableAPI): any;
export declare function getFunctionalProp(name: string, cellStyle: any, col: number, row: number, _table: BaseTableAPI): any;