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 271 B
import * as React from 'react'; export interface HMSPollsQuizzesNotificationProps { id: string; payload: any; } export declare const HMSPollsQuizzesNotification: React.FC<HMSPollsQuizzesNotificationProps>; //# sourceMappingURL=HMSPollsQuizzesNotification.d.ts.map