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.

7 lines 302 B
import * as React from 'react'; import { HMSPollState } from '@100mslive/react-native-hms'; export interface PollAndQuizzStateLabelProps { state: HMSPollState; } export declare const PollAndQuizzStateLabel: React.FC<PollAndQuizzStateLabelProps>; //# sourceMappingURL=PollAndQuizzStateLabel.d.ts.map