UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines (4 loc) 261 B
import { ButtonStyle, ButtonStyleInterface } from "./CometChatButtonStyle"; import { CometChatButton, CometChatButtonInterface } from "./CometChatButton"; export { ButtonStyle, CometChatButton }; export type { ButtonStyleInterface, CometChatButtonInterface };