UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

3 lines (2 loc) 156 B
import type { E2EPage, NewE2EPageOptions } from './puppeteer-declarations'; export declare function newE2EPage(opts?: NewE2EPageOptions): Promise<E2EPage>;