UNPKG

@wordpress/a11y

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