UNPKG

react-native-toss-payments

Version:

리액트 네이티브용 토스페이먼츠 결제 연동 라이브러리

14 lines (10 loc) 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _PaymentContainer = _interopRequireDefault(require("./components/Payment/containers/PaymentContainer")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var _default = _PaymentContainer.default; exports.default = _default; //# sourceMappingURL=index.js.map