UNPKG

creevey

Version:

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

7 lines (6 loc) 205 B
import { CreeveyController } from '../controller.js'; interface ToolsProps { controller: CreeveyController; } export declare const Tools: ({ controller }: ToolsProps) => JSX.Element | null; export {};