UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

15 lines 414 B
/// <reference types="react" /> /** * @internal * aria props for this hidden component. */ export type AnnouncerProps = { announcementString?: string; ariaLive: 'off' | 'polite' | 'assertive' | undefined; }; /** * @internal * Announcer component to maker aria announcements on actions */ export declare const Announcer: (props: AnnouncerProps) => JSX.Element; //# sourceMappingURL=Announcer.d.ts.map