UNPKG

creevey

Version:

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

12 lines (11 loc) 378 B
import { CreeveySuite } from '../../types.js'; import { CreeveyClientApi } from '../shared/creeveyClientApi.js'; export interface CreeveyAppProps { api?: CreeveyClientApi; initialState: { tests: CreeveySuite; isRunning: boolean; isReport: boolean; }; } export declare function CreeveyApp({ api, initialState }: CreeveyAppProps): JSX.Element;