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