UNPKG

@olo/pay-react-native

Version:
23 lines (17 loc) 831 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.Commands = void 0; var _reactNative = require("react-native"); // Copyright © 2022 Olo Inc. All rights reserved. // This software is made available under the Olo Pay SDK License (See LICENSE.md file) // Event types - inline definitions required for codegen (mirrors types in definitions.ts) // Nested style object for card form styles // Placeholder strings // Command definitions for native methods const Commands = exports.Commands = (0, _reactNative.codegenNativeCommands)({ supportedCommands: ['focus', 'blur', 'clear', 'createPaymentMethod'] }); var _default = exports.default = (0, _reactNative.codegenNativeComponent)('PaymentCardDetailsForm'); //# sourceMappingURL=PaymentCardDetailsFormNativeComponent.js.map