UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

10 lines 500 B
export type SynapseHomepageChatSearchProps = { gotoPlace: (href: string) => void; }; /** * Synapse Homepage Search component with a dropdown "autocomplete" menu of options. * SWC-7005: Not used in the current implementation of the Home Page, but there are plans to utilize it later. * @returns */ export declare function SynapseHomepageChatSearch({ gotoPlace, }: SynapseHomepageChatSearchProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SynapseHomepageChatSearch.d.ts.map