UNPKG

react-announce-a11y

Version:

Used to have the screen reader announce messages to the user. Great for things like searches, filtering, loading, and error messages.

5 lines (4 loc) 174 B
export declare const AnnounceMessage: (message: string) => void; export declare function InstantiateGlobalAnnounce(props?: { debounceDelay?: number; }): JSX.Element;