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.

8 lines 310 B
import * as React from 'react'; export interface PollAndQuizSheetScreenProps { children: React.ReactElement | null; zIndex: number; disableAnimation?: boolean; } export declare const PollAndQuizSheetScreen: React.FC<PollAndQuizSheetScreenProps>; //# sourceMappingURL=PollAndQuizSheetScreen.d.ts.map