gather-content-ui
Version:
GatherContent UI Library
10 lines • 326 B
TypeScript
import { Component } from "react";
export declare class SearchDropdown extends Component {
input: any;
constructor();
updateInputValue: (event: any) => void;
clearInputValue: () => void;
render(): import("react/jsx-runtime").JSX.Element;
}
export default SearchDropdown;
//# sourceMappingURL=index.d.ts.map