UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

6 lines (5 loc) 178 B
import { CaptureOptions } from '../../../types.js'; export declare function captureHandler({ workerId, options }: { workerId: number; options?: CaptureOptions; }): void;