react-native-google-mobile-ads
Version:
React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.
4 lines • 383 B
TypeScript
import React from 'react';
import { GAMBannerAdProps } from '../types/BannerAdProps';
export declare const BaseAd: React.ForwardRefExoticComponent<GAMBannerAdProps & React.RefAttributes<React.Component<import("../specs/components/GoogleMobileAdsBannerViewNativeComponent").NativeProps, {}, any> & Readonly<import("react-native").NativeMethods>>>;
//# sourceMappingURL=BaseAd.d.ts.map