UNPKG

creevey

Version:

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

8 lines (7 loc) 202 B
import { JSX } from 'react'; interface SearchProps { onChange: (arg: string) => void; value: string; } export declare const Search: ({ onChange, value }: SearchProps) => JSX.Element; export {};