UNPKG

@wordpress/a11y

Version:
10 lines 427 B
/** * Build the explanatory text to be placed before the aria live regions. * * This text is initially hidden from assistive technologies by using a `hidden` * HTML attribute which is then removed once a message fills the aria-live regions. * * @return {HTMLParagraphElement} The explanatory text HTML element. */ export default function addIntroText(): HTMLParagraphElement; //# sourceMappingURL=add-intro-text.d.ts.map