UNPKG

@wordpress/editor

Version:
13 lines (12 loc) 503 B
// packages/editor/src/components/post-panel-section/index.js import clsx from "clsx"; import { __experimentalVStack as VStack } from "@wordpress/components"; import { jsx } from "react/jsx-runtime"; function PostPanelSection({ className, children }) { return /* @__PURE__ */ jsx(VStack, { className: clsx("editor-post-panel__section", className), children }); } var post_panel_section_default = PostPanelSection; export { post_panel_section_default as default }; //# sourceMappingURL=index.mjs.map