@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
14 lines (12 loc) • 448 B
text/typescript
import { CallButtonStyle, CallButtonStyleInterface } from "./CallButtonStyle";
import { CometChatCallButtonConfigurationInterface } from "./CometChatCallButtonConfiguration";
import {
CometChatCallButtonsInterface,
CometChatCallButtons,
} from "./CometChatCallButtons";
export { CallButtonStyle, CometChatCallButtons };
export type {
CallButtonStyleInterface,
CometChatCallButtonConfigurationInterface,
CometChatCallButtonsInterface,
};