@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.
10 lines • 374 B
TypeScript
import * as React from 'react';
import type { HMSPeer } from '@100mslive/react-native-hms';
export interface HMSHandRaiseNotificationProps {
peer: HMSPeer;
id: string;
dismissDelay?: number;
autoDismiss?: boolean;
}
export declare const HMSHandRaiseNotification: React.FC<HMSHandRaiseNotificationProps>;
//# sourceMappingURL=HMSHandRaiseNotification.d.ts.map