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 344 B
import * as React from 'react'; import type { HMSLocalPeer, HMSPeer } from '@100mslive/react-native-hms'; interface ParticipantsItemProps { groupId: string; data: HMSPeer | HMSLocalPeer; } export declare const ParticipantsItem: React.NamedExoticComponent<ParticipantsItemProps>; export {}; //# sourceMappingURL=ParticipantsItem.d.ts.map