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 428 B
import * as React from 'react'; import { WebView } from 'react-native-webview'; export type WhiteboardProps = {}; export declare const _Whiteboard: React.ForwardRefExoticComponent<React.RefAttributes<React.Ref<WebView<unknown> | null>>>; export declare const Whiteboard: React.MemoExoticComponent<React.ForwardRefExoticComponent<React.RefAttributes<React.Ref<WebView<unknown> | null>>>>; //# sourceMappingURL=Whiteboard.d.ts.map