3 lines
138 B
TypeScript
3 lines
138 B
TypeScript
import type { TableConfig } from './types/internal';
|
|
export declare const calculateOutputColumnWidths: (config: TableConfig) => number[];
|