@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.
12 lines • 505 B
TypeScript
import * as React from 'react';
import type { ParticipantAccordianData } from '../../hooks-util';
interface ParticipantsGroupHeaderProps {
id: ParticipantAccordianData['id'];
label: ParticipantAccordianData['label'];
expanded: boolean;
onBackPress?: () => void;
toggleExpanded?: (groupName: string | null) => void;
}
export declare const ParticipantsGroupHeader: React.NamedExoticComponent<ParticipantsGroupHeaderProps>;
export {};
//# sourceMappingURL=ParticipantsGroupHeader.d.ts.map