UNPKG

@utahdts/utah-design-system

Version:
8 lines (6 loc) 251 B
/** @typedef {import('@utahdts/utah-design-system').AriaLiveType} AriaLiveType */ /** @enum {AriaLiveType} */ export const ariaLiveTypes = { ASSERTIVE: /** @type {AriaLiveType} */ ('assertive'), POLITE: /** @type {AriaLiveType} */ ('polite'), };