@reactodia/workspace
Version:
Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.
10 lines • 407 B
TypeScript
import { SearchInputStore } from './utility/searchInput';
export interface LinkTypesToolboxProps {
className?: string;
trackSelected?: boolean;
searchStore?: SearchInputStore;
searchTimeout?: number;
minSearchTermLength?: number;
}
export declare function LinkTypesToolbox(props: LinkTypesToolboxProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=linksToolbox.d.ts.map