blob: f16bb54ef4aa9ff1c23ef62b0290d1e187134cd2 [file] [log] [blame]
import type { TableConfig } from './types/internal';
export declare const calculateOutputColumnWidths: (config: TableConfig) => number[];