9 lines
277 B
TypeScript
9 lines
277 B
TypeScript
/**
|
|
* 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
|