UNPKG

creevey

Version:

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

6 lines (5 loc) 229 B
import React from 'react'; import { ViewPropsWithTheme } from './common.js'; export declare const BlendView: React.FC<Pick<ViewPropsWithTheme, "diff" | "actual" | "expect"> & { theme?: import("@storybook/theming").Theme; }>;