@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 • 452 B
TypeScript
import * as React from 'react';
import type { StyleProp, ViewStyle, TextStyle } from 'react-native';
interface ParticipantsItemOptionProps {
label: string;
onPress(): void;
icon?: React.ReactElement;
style?: StyleProp<ViewStyle>;
labelStyle?: StyleProp<TextStyle>;
}
export declare const ParticipantsItemOption: React.NamedExoticComponent<ParticipantsItemOptionProps>;
export {};
//# sourceMappingURL=ParticipantsItemOption.d.ts.map