Outlook_Addin_LLM/node_modules/table/dist/src/drawTable.d.ts

3 lines
188 B
TypeScript
Raw Normal View History

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