UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (9 loc) 350 B
declare type SeparatorConfig = { drawSeparator: (index: number, size: number) => boolean; separatorGetter: (index: number, size: number) => string; }; /** * Shared function to draw horizontal borders, rows or the entire table */ export declare const drawContent: (contents: string[], separatorConfig: SeparatorConfig) => string; export {};