@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 • 369 B
TypeScript
import * as React from 'react';
import type { StyleProp, ViewStyle } from 'react-native';
interface ChatPausedProps {
insetMode?: boolean;
style?: StyleProp<ViewStyle>;
}
export declare const _ChatPaused: React.FC<ChatPausedProps>;
export declare const ChatPaused: React.NamedExoticComponent<ChatPausedProps>;
export {};
//# sourceMappingURL=ChatPaused.d.ts.map