6 lines
246 B
TypeScript
6 lines
246 B
TypeScript
import React from 'react';
|
|
/**
|
|
* A drop-in replacement for `requireNativeComponent`.
|
|
*/
|
|
export declare function requireNativeViewManager<P>(viewName: string): React.ComponentType<P>;
|
|
//# sourceMappingURL=NativeViewManagerAdapter.native.d.ts.map
|