Sha256: 4e67187d87d9ca447d2959e2b19acb2452ddb2596c9860ea59b7b83d9c74c3f5
Contents?: true
Size: 358 Bytes
Versions: 1
Compression:
Stored size: 358 Bytes
Contents
import type { VerticalAlignment } from './types/api'; import type { BaseConfig, Row } from './types/internal'; export declare const padCellVertically: (lines: string[], rowHeight: number, verticalAlignment: VerticalAlignment) => string[]; export declare const mapDataUsingRowHeights: (unmappedRows: Row[], rowHeights: number[], config: BaseConfig) => Row[];
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trusty-cms-6.3.1 | node_modules/table/dist/src/mapDataUsingRowHeights.d.ts |