@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.
9 lines • 362 B
TypeScript
import * as React from 'react';
import type { HMSPollQuestionOption } from '@100mslive/react-native-hms';
interface PollResponseProgressViewProps {
option: HMSPollQuestionOption;
totalVotes: number;
}
export declare const PollResponseProgressView: React.FC<PollResponseProgressViewProps>;
export {};
//# sourceMappingURL=PollResponseProgressView.d.ts.map