UNPKG

expo-modules-core

Version:
6 lines 278 B
import { type ComponentType } from 'react'; /** * A drop-in replacement for `requireNativeComponent`. */ export declare function requireNativeViewManager<P>(moduleName: string, viewName?: string): ComponentType<P>; //# sourceMappingURL=NativeViewManagerAdapter.native.d.ts.map