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.

10 lines 363 B
import * as React from 'react'; import type { HMSPollQuestionOption } from '@100mslive/react-native-hms'; interface QuizEndOptionsViewProps { option: HMSPollQuestionOption; isSelected: boolean; isCorrect: boolean; } export declare const QuizEndOptionsView: React.FC<QuizEndOptionsViewProps>; export {}; //# sourceMappingURL=QuizEndOptionsView.d.ts.map