Sha256: a6a0f0223d0307c1f59bd49e18dcc4af147e341436940b737b418902a53704b1

Contents?: true

Size: 403 Bytes

Versions: 1

Compression:

Stored size: 403 Bytes

Contents

import type { SpanningCellConfig } from './types/api';
import type { Row, Cell } from './types/internal';
export declare const calculateMaximumCellWidth: (cell: Cell) => number;
/**
 * Produces an array of values that describe the largest value length (width) in every column.
 */
export declare const calculateMaximumColumnWidths: (rows: Row[], spanningCellConfigs?: SpanningCellConfig[]) => number[];

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trusty-cms-6.3.1 node_modules/table/dist/src/calculateMaximumColumnWidths.d.ts