amis-rpc-design/node_modules/@rc-component/trigger/lib/Popup/PopupContent.js

19 lines
566 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var PopupContent = /*#__PURE__*/React.memo(function (_ref) {
var children = _ref.children;
return children;
}, function (_, next) {
return next.cache;
});
if (process.env.NODE_ENV !== 'production') {
PopupContent.displayName = 'PopupContent';
}
var _default = PopupContent;
exports.default = _default;