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.

6 lines 476 B
import * as React from 'react'; import { WebView } from 'react-native-webview'; export type WhiteboardContainerProps = {}; export declare const _WhiteboardContainer: React.ForwardRefExoticComponent<React.RefAttributes<React.RefObject<WebView<unknown> | null>>>; export declare const WhiteboardContainer: React.MemoExoticComponent<React.ForwardRefExoticComponent<React.RefAttributes<React.RefObject<WebView<unknown> | null>>>>; //# sourceMappingURL=WhiteboardContainer.d.ts.map