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.

7 lines 295 B
import * as React from 'react'; import type { SharedValue } from 'react-native-reanimated'; export interface HMSOverlayChatViewProps { offset?: SharedValue<number>; } export declare const HMSOverlayChatView: React.FC<HMSOverlayChatViewProps>; //# sourceMappingURL=HMSOverlayChatView.d.ts.map