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 397 B
import * as React from 'react'; import type { ParticipantAccordianData } from '../../hooks-util'; interface ParticipantsGroupHeaderProps { groupId: ParticipantAccordianData['id']; onViewAllPress(groupId: string): void; } export declare const ParticipantsGroupFooter: React.NamedExoticComponent<ParticipantsGroupHeaderProps>; export {}; //# sourceMappingURL=ParticipantsGroupFooter.d.ts.map