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 338 B
import * as React from 'react'; import type { StyleProp, TextStyle, ViewStyle } from 'react-native'; type AvatarViewProps = { userName: string; style?: StyleProp<ViewStyle>; initialsStyle?: StyleProp<TextStyle>; }; export declare const AvatarView: React.FC<AvatarViewProps>; export {}; //# sourceMappingURL=AvatarView.d.ts.map