@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
6 lines (5 loc) • 403 B
TypeScript
export declare const ARIA_LIVE_REGION_ALERT_ID = "ds-alert-live-region";
export declare const ARIA_LIVE_REGION_STATUS_ID = "ds-status-live-region";
export declare const getAriaAlertLiveRegionElement: () => HTMLElement | null | undefined;
export declare const getAriaStatusLiveRegionElement: () => HTMLElement | null | undefined;
export declare const validateMultipleDSAriaLiveRegionsOnPage: () => void;