UNPKG

storybook-chrome-screenshot

Version:

A Storybook addon, Save the screenshot image of your stories! via puppeteer.

4 lines (3 loc) 167 B
/// <reference types="react" /> import { Story } from '../../models/story'; export declare const initScreenshot: () => (storyFn: Function, ctx: Story) => JSX.Element;