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