storybook-chrome-screenshot
Version:
A Storybook addon, Save the screenshot image of your stories! via puppeteer.
18 lines (17 loc) • 505 B
TypeScript
import { ScreenshotOptions } from '../models/options';
export declare const PhaseIdentity = "chrome-screenshot";
export declare const PhaseTypes: {
LAUNCH: string;
PREPARE: string;
CAPTURE: string;
DONE: string;
};
export declare const EventTypes: {
COMPONENT_INIT: string;
COMPONENT_MOUNT: string;
COMPONENT_READY: string;
COMPONENT_ERROR: string;
COMPONENT_FINISH_MOUNT: string;
READY: string;
};
export declare const defaultScreenshotOptions: ScreenshotOptions;