UNPKG

@wordpress/components

Version:
22 lines (20 loc) 474 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _jsxRuntime = require("react/jsx-runtime"); /** * Internal dependencies */ const ToolbarGroupContainer = ({ className, children, ...props }) => /*#__PURE__*/(0, _jsxRuntime.jsx)("div", { className: className, ...props, children: children }); var _default = exports.default = ToolbarGroupContainer; //# sourceMappingURL=toolbar-group-container.js.map