communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
10 lines • 339 B
TypeScript
/// <reference types="react" />
import { ConferencePhoneInfo } from "../../../../react-components/src";
/**
* @private
*/
export declare const MeetingPhoneInfoPaneContent: (props: {
mobileView?: boolean;
conferencePhoneInfoList?: ConferencePhoneInfo[];
}) => JSX.Element;
//# sourceMappingURL=MeetingPhoneInfoPaneContent.d.ts.map