Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/deltalab/PMS/ims-connector/node_modules/table/dist/src/
Upload File :
Current File : //proc/thread-self/root/home/deltalab/PMS/ims-connector/node_modules/table/dist/src/drawTable.d.ts

import type { TableConfig, Row } from './types/internal';
export declare const drawTable: (rows: Row[], outputColumnWidths: number[], rowHeights: number[], config: TableConfig) => string;