massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / src / calculateRowHeights.d.ts
1 import type { BaseConfig, Row } from './types/internal';
2 /**
3  * Produces an array of values that describe the largest value length (height) in every row.
4  */
5 export declare const calculateRowHeights: (rows: Row[], config: BaseConfig) => number[];