UNPKG

@vue-flow/core

Version:

[![Vue flow](vue-flow.gif)](https://vueflow.dev/) ![top-language](https://img.shields.io/github/languages/top/bcakmakoglu/vue-flow) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/bcakmakoglu/vue-flow) ![GitHub last commit](

8 lines (6 loc) 350 B
import type { XYPosition } from '../types' export declare const ARIA_NODE_DESC_KEY = 'vue-flow__node-desc' export declare const ARIA_EDGE_DESC_KEY = 'vue-flow__edge-desc' export declare const ARIA_LIVE_MESSAGE = 'vue-flow__aria-live' export declare const elementSelectionKeys: string[] export declare const arrowKeyDiffs: Record<string, XYPosition>