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) 252 B
export { default as A11yDescriptions } from './A11yDescriptions.svelte'; export const ARIA_NODE_DESC_KEY = 'svelte-flow__node-desc'; export const ARIA_EDGE_DESC_KEY = 'svelte-flow__edge-desc'; export const ARIA_LIVE_MESSAGE = 'svelte-flow__aria-live';