UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

6 lines (5 loc) 308 B
import React from 'react'; import { ViewPropsWithTheme } from './common.js'; export declare const SideBySideView: React.ForwardRefExoticComponent<Pick<ViewPropsWithTheme, "actual" | "expect" | "diff"> & { theme?: import("storybook/internal/theming", { with: { "resolution-mode": "import" } }).Theme; }>;