UNPKG

@azure/communication-react

Version:

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

11 lines 445 B
/// <reference types="react" /> import { AvatarPersonaDataCallback } from '../../common/AvatarPersona'; import { LobbyPageProps } from './LobbyPage'; /** * @private */ export declare const TransferPage: (props: LobbyPageProps & { /** Callback function that can be used to provide custom data to Persona Icon rendered */ onFetchAvatarPersonaData?: AvatarPersonaDataCallback; }) => JSX.Element; //# sourceMappingURL=TransferPage.d.ts.map