UNPKG

expo-mercadopago-integration

Version:

Expo library for integrating Mercado Pago native SDK without ejecting

11 lines (10 loc) 301 B
declare module 'expo-modules-core' { export class EventEmitter { constructor(module: any); addListener(eventName: string, callback: (data: any) => void): Subscription; removeSubscription(subscription: Subscription): void; } export interface Subscription { remove(): void; } }