/// <reference types="svelte" /> | |
/// <reference types=".pnpm/[email protected]/node_modules/svelte" /> | |
import type { EdgeLayouted } from '../types'; | |
import type { SvelteFlowStoreState } from './types'; | |
export declare function getVisibleEdges(store: SvelteFlowStoreState): import("svelte/store").Readable<EdgeLayouted[]>; | |