Function: GraphSearch()
GraphSearch(
props):ReactNode|Promise<ReactNode>
Defined in: packages/graph-search/src/GraphSearch.tsx:12
Component that display the search. It is the main component of this package, you can only use this one.
Parameters
props
GraphSearchInputProps & GraphSearchContextProviderProps
Returns
ReactNode | Promise<ReactNode>