UNPKG

react-native-ad-manager

Version:

A react-native component for Google Ad Manager banners, interstitials and native ads.

6 lines (5 loc) 279 B
import type { IAdManagerEventErrorPayload } from './AdManagerEvent'; export declare const createErrorFromErrorData: (errorData: IAdManagerEventErrorPayload) => Error & { framesToPop?: number | undefined; }; export declare const stripProperties: (s: any, e: string[]) => any;