UNPKG

storybook-chrome-screenshot

Version:

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

7 lines (6 loc) 227 B
import { PartialScreenshotOptions } from './models/options'; export interface WithScreenshot { <T = Function>(options?: PartialScreenshotOptions): T; } declare let withScreenshot: WithScreenshot; export { withScreenshot };