@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.
7 lines • 320 B
TypeScript
import * as React from 'react';
import type { HMSPoll } from '@100mslive/react-native-hms';
export interface VoterParticipationSummaryProps {
pollId: HMSPoll['pollId'];
}
export declare const VoterParticipationSummary: React.FC<VoterParticipationSummaryProps>;
//# sourceMappingURL=VoterParticipationSummary.d.ts.map