UNPKG

@kit-data-manager/react-search-component

Version:

All-in-one component for rendering an elastic search UI for searching anything. Built-in support for visualizing related items in a graph and resolving unique identifiers.

9 lines (8 loc) 403 B
import { PropsWithChildren } from "react"; /** * Dirty hack to add a non-functional SearchContext to Storybook stories. Only required for making showcases work for GenericResultView and RelationsGraph. * Not used for testing, as it does not work at all. * @param props * @constructor */ export declare function MockSearchProvider(props: PropsWithChildren): import("react/jsx-runtime").JSX.Element;