UNPKG

@xyflow/svelte

Version:

Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.

5 lines (4 loc) 276 B
export { default as A11yDescriptions } from './A11yDescriptions.svelte'; export declare const ARIA_NODE_DESC_KEY = "svelte-flow__node-desc"; export declare const ARIA_EDGE_DESC_KEY = "svelte-flow__edge-desc"; export declare const ARIA_LIVE_MESSAGE = "svelte-flow__aria-live";