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 316 B
import * as React from 'react'; export interface QuizLeaderboardScreenProps { currentIdx: number; dismissModal(): void; unmountScreenWithAnimation?(cb: Function): void; } export declare const QuizLeaderboardScreen: React.FC<QuizLeaderboardScreenProps>; //# sourceMappingURL=QuizLeaderboardScreen.d.ts.map