@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
14 lines (13 loc) • 376 B
text/typescript
import {
CometChatCreatePoll,
CometChatCreatePollInterface,
PollsStyleInterface,
} from "./Polls";
import { PollsConfigurationInterface } from "./PollsConfigurations";
import { PollsExtension } from "./PollsExtension";
export { PollsExtension, CometChatCreatePoll };
export type {
PollsStyleInterface,
CometChatCreatePollInterface,
PollsConfigurationInterface,
};