UNPKG

@ua/react-native-airship

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