DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
316 Bytes
/// <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[]>;