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

package.dist.index.d.ts Maven / Gradle / Ivy

The newest version!
interface LiveRegionOptions {
    level: "polite" | "assertive";
    document?: Document | undefined;
    root?: HTMLElement | null | undefined;
    delay?: number | undefined;
}
type LiveRegion = ReturnType;
declare function createLiveRegion(opts?: Partial): {
    announce: (message: string, delay?: number) => void;
    destroy: () => void;
    toJSON(): string;
};

export { type LiveRegion, type LiveRegionOptions, createLiveRegion };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy