UNPKG

@100mslive/react-native-room-kit

Version:

100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.

13 lines 591 B
import * as React from 'react'; import type { StyleProp, ViewStyle } from 'react-native'; import type { HMSPoll, HMSPollQuestion } from '@100mslive/react-native-hms'; export interface PollAndQuizQuestionResponseCardProps { pollId: HMSPoll['pollId']; pollState: HMSPoll['state']; totalQuestions: number; pollQuestion: HMSPollQuestion; containerStyle?: StyleProp<ViewStyle>; onSubmit?: (d: any) => void; } export declare const PollAndQuizQuestionResponseCard: React.FC<PollAndQuizQuestionResponseCardProps>; //# sourceMappingURL=PollAndQuizQuestionResponseCard.d.ts.map