UNPKG

communication-react-19

Version:

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

9 lines 246 B
/// <reference types="react" /> /** @private */ declare const LiveMessage: (props: { message: string; ariaLive: string; clearOnUnmount?: boolean; }) => JSX.Element; export default LiveMessage; //# sourceMappingURL=LiveMessage.d.ts.map