UNPKG

@rindo/core

Version:

A Compiler for Web Components and Progressive Web Apps

6 lines (5 loc) 202 B
import type * as d from '@rindo/core/internal'; export declare function toMatchScreenshot(compare: d.ScreenshotDiff, opts?: d.MatchScreenshotOptions): { message: () => string; pass: boolean; };