@beletsky/react-native-yandex-ads
Version:
11 lines • 370 B
TypeScript
import RES from '../resources';
declare const Interstitial: {
show: (AdUnitID: string) => Promise<boolean>;
addEventListener: (eventType: keyof typeof RES.InterstitialEventTypes, callback: (prop: {
adUnitID: string;
}) => void, context?: any) => {
remove: () => void;
};
};
export default Interstitial;
//# sourceMappingURL=index.d.ts.map