UNPKG

creevey

Version:

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

5 lines (4 loc) 151 B
import { StoryInput } from '../../../types.js'; export declare function storiesHandler({ stories }: { stories: [string, StoryInput[]][]; }): void;