diff --git a/packages/components/src/notice/types.ts b/packages/components/src/notice/types.ts index a1a1445472dd9..2af7bc22c7ea5 100644 --- a/packages/components/src/notice/types.ts +++ b/packages/components/src/notice/types.ts @@ -71,6 +71,8 @@ export type NoticeProps = { * technologies may override it based on internal heuristics. * * @see https://www.w3.org/TR/wai-aria-1.1/#aria-live + * + * @default 'assertive' for 'error' status, 'polite' for all other statuses */ politeness?: 'polite' | 'assertive'; /**