creevey
Version:
Cross-browser screenshot testing tool for Storybook with fancy UI Runner
15 lines (14 loc) • 938 B
TypeScript
/// <reference types="node" />
/// <reference types="webpack-env" />
import type { StoryApi } from '@storybook/addons';
export declare const channel: import("@storybook/channels").Channel;
export declare const clientApi: import("@storybook/core").ClientApi;
export declare const forceReRender: () => void;
export declare const storiesOf: (kind: string, m: NodeModule) => StoryApi;
export declare const configure: (...args: unknown[]) => unknown;
export declare const addDecorator: (decorator: import("@storybook/addons").DecoratorFunction<unknown>) => void;
export declare const addParameters: (parameters: import("@storybook/addons").Parameters) => void;
export declare const clearDecorators: () => void;
export declare const setAddon: (addon: any) => void;
export declare const getStorybook: () => import("@storybook/client-api").GetStorybookKind[];
export declare const raw: () => import("@storybook/client-api").PublishedStoreItem[];