@matthewgapp/solidjs-flow
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
10 lines • 320 B
TypeScript
import type { Edge } from '../types';
import { Writable } from '../store/initialState';
/**
* Hook for getting the current edges from the store.
*
* @public
* @returns An array of edges
*/
export declare function useEdges<EdgeType extends Edge = Edge>(): Writable<EdgeType[]>;
//# sourceMappingURL=useEdges.d.ts.map