UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

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