blob: 38c9bbb1602d0e8c8c0189e478518694faa30f09 [file] [log] [blame] [edit]
import type { BaseConfig, Row } from './types/internal';
export declare const mapDataUsingRowHeights: (unmappedRows: Row[], rowHeights: number[], config: BaseConfig) => Row[];