UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

7 lines (6 loc) 251 B
import type { DrawVerticalLine } from './types/api'; import type { BodyBorderConfig, Row } from './types/internal'; export declare const drawRow: (row: Row, config: { border: BodyBorderConfig; drawVerticalLine: DrawVerticalLine; }) => string;