@wordpress/a11y
Version:
Accessibility (a11y) utilities for WordPress.
9 lines • 313 B
TypeScript
/**
* Build the live regions markup.
*
* @param {string} [ariaLive] Value for the 'aria-live' attribute; default: 'polite'.
*
* @return {HTMLDivElement} The ARIA live region HTML element.
*/
export default function addContainer(ariaLive?: string): HTMLDivElement;
//# sourceMappingURL=add-container.d.ts.map