@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
6 lines • 317 B
TypeScript
import { AdyenComponent } from '../core/AdyenNativeModules';
export interface RemovesStoredPayment {
removeStored(success: boolean): void;
}
export declare function isRemovesStoredPaymentComponent(object: AdyenComponent): object is AdyenComponent;
//# sourceMappingURL=RemoveStoredPaymentComponentWrapper.d.ts.map