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

11 lines 522 B
export type SynapseHomepageSearchProps = { sourceTable: string; 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 SynapseHomepageSearch({ sourceTable, gotoPlace, }: SynapseHomepageSearchProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SynapseHomepageSearch.d.ts.map