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) 251 B
import { ReactNode } from 'react'; import { ImageFile } from "../../../../types"; interface OnionSkinModeProps { expected: ImageFile; actual: ImageFile; } export declare function OnionSkinMode(props: OnionSkinModeProps): ReactNode; export {};