@rohitninawe/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
32 lines • 681 B
JavaScript
export class CallLogParticipantsConfiguration {
SubtitleView;
TailView;
ListItemView;
AppBarOptions;
/**
* Participant list
*/
data;
call;
hideSeperator;
BackButton;
showBackButton;
EmptyStateView;
onItemPress;
onError;
onBack;
avatarStyle;
listItemStyle;
callLogParticipantsStyle;
headViewContainerStyle;
bodyViewContainerStyle;
tailViewContainerStyle;
constructor(props) {
if (props) {
for (const [key, value] of Object.entries(props)) {
this[key] = value;
}
}
}
}
//# sourceMappingURL=CallLogParticipantsConfiguration.js.map