@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
24 lines (22 loc) • 618 B
text/typescript
import {
CallLogParticipantsConfiguration,
CallLogParticipantsConfigurationInterface,
} from "./CallLogParticipantsConfiguration";
import {
CallParticipantsStyle,
CallParticipantsStyleInterface,
} from "./CallLogParticipantsStyle";
import {
CometChatParticipants,
CometChatCallLogParticipantsConfigurationInterface,
} from "./CometChatCallLogParticipants";
export {
CallLogParticipantsConfiguration,
CallParticipantsStyle,
CometChatParticipants,
};
export type {
CallLogParticipantsConfigurationInterface,
CallParticipantsStyleInterface,
CometChatCallLogParticipantsConfigurationInterface,
};