UNPKG

@wordpress/components

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