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.

10 lines 411 B
import * as React from 'react'; import type { HMSLocalPeer, HMSPeer } from '@100mslive/react-native-hms'; interface ParticipantsItemOptionsProps { insideHandRaiseGroup: boolean; peer: HMSLocalPeer | HMSPeer; onItemPress(): void; } export declare const ParticipantsItemOptions: React.NamedExoticComponent<ParticipantsItemOptionsProps>; export {}; //# sourceMappingURL=ParticipantsItemOptions.d.ts.map