feat(a11y): aria announcer (#443)
This commit is contained in:
parent
4b70c6b3e7
commit
8bdc6d40cf
9 changed files with 201 additions and 0 deletions
2
composables/aria/types.ts
Normal file
2
composables/aria/types.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
export type AriaLive = 'off' | 'polite' | 'assertive'
|
||||
export type AriaAnnounceType = 'announce' | 'mute' | 'unmute'
|
Loading…
Add table
Add a link
Reference in a new issue