projecte_ionic/node_modules/@stencil/core/testing/puppeteer/puppeteer-page.d.ts
2022-02-09 18:30:03 +01:00

3 lines
156 B
TypeScript
Executable file

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