UNPKG

creevey

Version:

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

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