projecte_ionic/node_modules/table/dist/mapDataUsingRowHeights.d.ts
2022-02-09 18:30:03 +01:00

2 lines
176 B
TypeScript
Executable file

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