UNPKG

web3-mq-react

Version:
8 lines (7 loc) 274 B
import React from 'react'; export declare type SearchInputProps = { style?: React.CSSProperties; value?: string; onChange?: (value: string) => void; }; export declare const SearchInput: React.MemoExoticComponent<(props: SearchInputProps) => JSX.Element>;