UNPKG

creevey

Version:

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

7 lines (6 loc) 173 B
interface SearchProps { onChange: (arg: string) => void; value: string; } export declare const Search: ({ onChange, value }: SearchProps) => JSX.Element; export {};