UNPKG

creevey

Version:

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

8 lines (7 loc) 237 B
import { CreeveyTest } from '../../../../types.js'; export interface TestLinkProps { title: string; opened: boolean; test: CreeveyTest; } export declare function TestLink({ title, opened, test }: TestLinkProps): JSX.Element;