UNPKG

nativescript-xz-ad-generation

Version:
7 lines (6 loc) 290 B
import { ContentView, Property, ViewBase } from "tns-core-modules/ui/content-view"; export declare const nativeAdProperty: Property<ViewBase, any>; export declare abstract class InformationIconViewBase extends ContentView { protected _nativeAd: any; abstract loadNativeAd(): any; }