UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

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