UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

9 lines (8 loc) 241 B
import { ReactNode } from 'react'; import { ImageFile } from "../../../../types"; interface SwitchModeProps { expected: ImageFile; actual: ImageFile; } export declare function SwipeMode(props: SwitchModeProps): ReactNode; export {};