1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-16 08:59:59 +01:00
elk/composables/aria/types.ts

3 lines
116 B
TypeScript
Raw Normal View History

2022-12-23 15:08:36 +00:00
export type AriaLive = 'off' | 'polite' | 'assertive'
export type AriaAnnounceType = 'announce' | 'mute' | 'unmute'