UNPKG

communication-react-19

Version:

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

18 lines 581 B
/// <reference types="react" /> import { ParticipantMenuItemsCallback } from "../../../../react-components/src"; import { AvatarPersonaDataCallback } from '..'; /** * Props for the chat screen people pane * @private */ type ChatScreenPeoplePaneProps = { onFetchAvatarPersonaData?: AvatarPersonaDataCallback; onFetchParticipantMenuItems?: ParticipantMenuItemsCallback; isMobile?: boolean; }; /** * @private */ export declare const ChatScreenPeoplePane: (props: ChatScreenPeoplePaneProps) => JSX.Element; export {}; //# sourceMappingURL=ChatScreenPeoplePane.d.ts.map