UNPKG

react-native-render-lynx

Version:

Render a LynxJS bundle in your React Native application.

7 lines 277 B
import { type HostComponent, type ViewProps } from 'react-native'; export interface NativeProps extends ViewProps { bundleUrl: string; } declare const _default: HostComponent<NativeProps>; export default _default; //# sourceMappingURL=RenderLynxViewNativeComponent.d.ts.map