File size: 316 Bytes
bc20498 |
1 2 3 4 5 6 |
/// <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[]>;
|