@difizen/mana-react
Version:
13 lines (12 loc) • 329 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Pane = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var Pane = exports.Pane = function Pane(_ref) {
var children = _ref.children;
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
children: children
});
};