react-native-google-mobile-ads
Version:
React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.
8 lines • 307 B
TypeScript
import React from 'react';
import { ViewProps } from 'react-native';
import { NativeAd } from './NativeAd';
export type NativeAdViewProps = ViewProps & {
nativeAd: NativeAd;
};
export declare const NativeAdView: (props: NativeAdViewProps) => React.JSX.Element;
//# sourceMappingURL=NativeAdView.d.ts.map