UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines (5 loc) 322 B
import { CometChatCreatePoll, CometChatCreatePollInterface } from "./Polls"; import { PollsConfigurationInterface } from "./PollsConfigurations"; import { PollsExtension } from "./PollsExtension"; export { CometChatCreatePoll, PollsExtension, }; export type { CometChatCreatePollInterface, PollsConfigurationInterface, };