@adobe/aio-commerce-sdk
Version:
Meta-package re-exporting Adobe Commerce SDK libraries for Adobe App Builder applications.
23 lines (20 loc) • 1.08 kB
JavaScript
/**
* @license
*
* Copyright 2026 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/
var _adobe_aio_commerce_lib_admin_ui_order_view_buttons = require("@adobe/aio-commerce-lib-admin-ui/order-view-buttons");
Object.keys(_adobe_aio_commerce_lib_admin_ui_order_view_buttons).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return _adobe_aio_commerce_lib_admin_ui_order_view_buttons[k]; }
});
});