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.

9 lines 353 B
import * as React from 'react'; export interface HMSRoleChangeDeclinedNotificationProps { peerName: string; id: string; autoDismiss?: boolean; dismissDelay?: number; } export declare const HMSRoleChangeDeclinedNotification: React.FC<HMSRoleChangeDeclinedNotificationProps>; //# sourceMappingURL=HMSRoleChangeDeclinedNotification.d.ts.map