UNPKG

creevey

Version:

creevey is a tool for automated visual testing, that tightly integrated with storybook

8 lines (7 loc) 290 B
import { MakeDecoratorResult } from '@storybook/addons'; declare global { interface Window { __CREEVEY_SELECT_STORY__: (storyId: string, kind: string, name: string, callback: (error?: string) => void) => void; } } export declare function withCreevey(): MakeDecoratorResult;