All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.util.InvisibleMessage.d.ts Maven / Gradle / Ivy

import InvisibleMessageMode from "../types/InvisibleMessageMode.js";
/**
 * Inserts the string into the respective span, depending on the mode provided.
 *
 * @param { string } message String to be announced by the screen reader.
 * @param { InvisibleMessageMode } mode The mode to be inserted in the aria-live attribute.
 * @public
 */
declare const announce: (message: string, mode: InvisibleMessageMode) => void;
export default announce;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy