projecte_ionic/node_modules/@stencil/core/testing/puppeteer/puppeteer-page.d.ts

3 lines
156 B
TypeScript
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
import type { E2EPage, NewE2EPageOptions } from './puppeteer-declarations';
export declare function newE2EPage(opts?: NewE2EPageOptions): Promise<E2EPage>;