mirror of https://github.com/ANL-CEEESA/RELOG.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
406 B
8 lines
406 B
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({ rfId, disableKeyboardA11y }: {
|
|
rfId: string;
|
|
disableKeyboardA11y: boolean;
|
|
}): import("react/jsx-runtime").JSX.Element;
|
|
//# sourceMappingURL=index.d.ts.map
|