gather-content-ui
Version:
GatherContent UI Library
17 lines • 490 B
TypeScript
import { Component } from "react";
declare class SearchInput extends Component {
handleKeyPress: any;
textinput: any;
state: {
inputValue: string;
isFocussed: boolean;
};
handleChange: (event: any) => any;
clearInput: () => void;
handleFocus: () => void;
handleSearchClick: () => void;
handleEscape: () => void;
render(): import("react/jsx-runtime").JSX.Element;
}
export default SearchInput;
//# sourceMappingURL=SearchInput.d.ts.map