1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-09 15:56:47 +01:00
elk/composables/aria/types.ts
2022-12-23 16:08:36 +01:00

3 lines
116 B
TypeScript

export type AriaLive = 'off' | 'polite' | 'assertive'
export type AriaAnnounceType = 'announce' | 'mute' | 'unmute'