UNPKG

communication-react-19

Version:

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

12 lines 414 B
/// <reference types="react" /> /** @private */ export declare const CallingRealTimeTextModal: (props: { /** The flag to show the modal */ showModal?: boolean; /** The function to dismiss the modal */ onDismissModal?: () => void; /** The function to start RealTimeText */ onStartRealTimeText?: () => void; }) => JSX.Element; export {}; //# sourceMappingURL=CallingRealTimeTextModal.d.ts.map