UNPKG

@matthewgapp/solidjs-flow

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

9 lines 289 B
/** * Hook for getting the visible edge ids from the store. * * @internal * @param onlyRenderVisible * @returns array with visible edge ids */ export declare function useVisibleEdgeIds(onlyRenderVisible: () => boolean): () => string[]; //# sourceMappingURL=useVisibleEdgeIds.d.ts.map