UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

15 lines (14 loc) 466 B
import type { JestEnvironmentGlobal } from '@stencil/core/internal'; export declare function createJestPuppeteerEnvironment(): { new (config: any): { [x: string]: any; global: JestEnvironmentGlobal; browser: any; pages: any[]; setup(): Promise<void>; newPuppeteerPage(): Promise<import("puppeteer").Page>; closeOpenPages(): Promise<void>; teardown(): Promise<void>; }; [x: string]: any; };