Sha256: c89d0d9a361c3f9283512f89341d7f0bcef752850cccc211f45e2bc9a53c4472
Contents?: true
Size: 462 Bytes
Versions: 1
Compression:
Stored size: 462 Bytes
Contents
import type { SpanningCellContext } from './spanningCellManager'; import type { RangeConfig } from './types/internal'; /** * Fill content into all cells in range in order to calculate total height */ export declare const wrapRangeContent: (rangeConfig: RangeConfig, rangeWidth: number, context: SpanningCellContext) => string[]; export declare const alignVerticalRangeContent: (range: RangeConfig, content: string[], context: SpanningCellContext) => string[];
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trusty-cms-6.3.1 | node_modules/table/dist/src/alignSpanningCell.d.ts |