projecte_ionic/node_modules/table/dist/drawTable.d.ts
2022-02-09 18:30:03 +01:00

2 lines
182 B
TypeScript
Executable file

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