4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
import type { NativeWebViewMacOS } from './WebViewTypes';
|
|
declare const RNCWebView: typeof NativeWebViewMacOS;
|
|
export default RNCWebView;
|