communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
15 lines • 414 B
TypeScript
/// <reference types="react" />
import { EnvironmentInfo } from '@azure/communication-calling';
/**
* @internal
*/
export type UnsupportedBrowserPageProps = {
onTroubleshootingClick?: () => void;
environmentInfo?: EnvironmentInfo;
};
/**
*
* @internal
*/
export declare const UnsupportedBrowserPage: (props: UnsupportedBrowserPageProps) => JSX.Element;
//# sourceMappingURL=UnsupportedBrowser.d.ts.map