UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

4 lines (3 loc) 238 B
import type { BaseConfig, Row } from './types/internal'; export declare const padString: (input: string, paddingLeft: number, paddingRight: number) => string; export declare const padTableData: (rows: Row[], config: BaseConfig) => Row[];