feat(core): add A11yDescriptions component

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-20 00:38:56 +01:00
committed by Braks
parent b0e09f7661
commit f64e298508
3 changed files with 23 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
export const ARIA_NODE_DESC_KEY = 'vue-flow__node-desc'
export const ARIA_EDGE_DESC_KEY = 'vue-flow__edge-desc'
export const elementSelectionKeys = ['Enter', ' ', 'Escape']