UNPKG

@matthewgapp/solidjs-flow

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

9 lines 383 B
import { JSX } from 'solid-js'; export declare const ARIA_NODE_DESC_KEY = "react-flow__node-desc"; export declare const ARIA_EDGE_DESC_KEY = "react-flow__edge-desc"; export declare const ARIA_LIVE_MESSAGE = "react-flow__aria-live"; export declare function A11yDescriptions(p: { rfId: string; disableKeyboardA11y?: boolean; }): JSX.Element; //# sourceMappingURL=index.d.ts.map