| Current Path : /home/deltalab/PMS/ims-connector/node_modules/table/dist/src/ |
| Current File : //home/deltalab/PMS/ims-connector/node_modules/table/dist/src/mapDataUsingRowHeights.d.ts |
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[];