UNPKG

@lewiswright/vitest-plugin-vis

Version:
7 lines 250 B
export interface BrowserApi { takeScreenshot(filePath: string, selector: string, options: { timeout?: number | undefined; animations?: boolean | undefined; } | undefined): Promise<Buffer>; } //# sourceMappingURL=types.d.ts.map