UNPKG

158 BTypeScriptView Raw
1import type { NewSpecPageOptions, SpecPage } from '@stencil/core/internal';
2export declare function newSpecPage(opts: NewSpecPageOptions): Promise<SpecPage>;