mapDataUsingRowHeights.d.ts
1 import type { BaseConfig, Row } from './types/internal'; 2 export declare const mapDataUsingRowHeights: (unmappedRows: Row[], rowHeights: number[], config: BaseConfig) => Row[];
1 import type { BaseConfig, Row } from './types/internal'; 2 export declare const mapDataUsingRowHeights: (unmappedRows: Row[], rowHeights: number[], config: BaseConfig) => Row[];