UNPKG

@wordpress/a11y

Version:
9 lines 313 B
/** * 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