communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
12 lines • 576 B
TypeScript
import { _AttachmentUploadCardsStrings } from '../Attachment/AttachmentUploadCards';
import { ParticipantState } from '../../types';
/**
* Conditionally modify locale strings passed to the attachment card
* @returns attachment card strings
*/
export declare const useLocaleAttachmentCardStringsTrampoline: () => _AttachmentUploadCardsStrings;
/**
* Identify if a participant state if part of the Calling states or Hold states.
*/
export declare const _isParticipantStateCallingOrHold: (participantState?: ParticipantState) => boolean;
//# sourceMappingURL=common.d.ts.map