UNPKG

@beletsky/react-native-yandex-ads

Version:
9 lines 333 B
import RES from '../resources'; declare const Rewarded: { show: (AdUnitID: string) => Promise<boolean>; addEventListener: (eventType: keyof typeof RES.RewardedEventTypes, callback: (...args: any[]) => void, context?: any) => { remove: () => void; }; }; export default Rewarded; //# sourceMappingURL=index.d.ts.map