react-native-hdfc-payment-gateway
Version:
HDFC payment gateway for Android and iOS
15 lines (12 loc) • 309 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
const {
HdfcPaymentGateway
} = _reactNative.NativeModules;
var _default = HdfcPaymentGateway;
exports.default = _default;
//# sourceMappingURL=index.js.map