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.

11 lines 450 B
import * as React from 'react'; import type { ViewStyle, StyleProp } from 'react-native'; import type { HMSPollLeaderboardEntry } from '@100mslive/react-native-hms'; export interface LeaderboardEntryProps { entry: HMSPollLeaderboardEntry; totalPoints: number; totalQuestions: number; style?: StyleProp<ViewStyle>; } export declare const LeaderboardEntry: React.FC<LeaderboardEntryProps>; //# sourceMappingURL=LeaderboardEntry.d.ts.map