6 lines
278 B
TypeScript
6 lines
278 B
TypeScript
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
|