UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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