projecte_ionic/node_modules/table/dist/calculateColumnWidths.d.ts
2022-02-09 18:30:03 +01:00

6 lines
224 B
TypeScript
Executable file

import type { Row } from './types/internal';
declare const _default: (rows: Row[]) => number[];
/**
* Produces an array of values that describe the largest value length (width) in every column.
*/
export default _default;