@react-spectrum/overlays
Version:
Spectrum UI components in React
36 lines (25 loc) • 1.57 kB
JavaScript
var $2aebdc186fd41e87$exports = require("./Overlay.main.js");
var $f02bba55a62f20dd$exports = require("./Popover.main.js");
var $fc75a6aa7a2b905b$exports = require("./Modal.main.js");
var $6b386deda21be662$exports = require("./Tray.main.js");
var $13f51cdc44d228b9$exports = require("./OpenTransition.main.js");
function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}
$parcel$export(module.exports, "Overlay", () => $2aebdc186fd41e87$exports.Overlay);
$parcel$export(module.exports, "Popover", () => $f02bba55a62f20dd$exports.Popover);
$parcel$export(module.exports, "Modal", () => $fc75a6aa7a2b905b$exports.Modal);
$parcel$export(module.exports, "Tray", () => $6b386deda21be662$exports.Tray);
$parcel$export(module.exports, "OpenTransition", () => $13f51cdc44d228b9$exports.OpenTransition);
/*
* Copyright 2020 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.
*/ /// <reference types="css-module-types" />
//# sourceMappingURL=main.js.map