communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
9 lines • 619 B
TypeScript
export { loadOutboundCallComposite } from './outboundCallCompositeLoader';
export { loadCallComposite } from './callCompositeLoader';
export { loadChatComposite } from './chatCompositeLoader';
export { loadCallWithChatComposite } from './callWithChatCompositeLoader';
export type { OutboundCallCompositeLoaderProps } from './outboundCallCompositeLoader';
export type { CallCompositeLoaderProps } from './callCompositeLoader';
export type { ChatCompositeLoaderProps } from './chatCompositeLoader';
export type { CallWithChatCompositeLoaderProps } from './callWithChatCompositeLoader';
//# sourceMappingURL=index.d.ts.map