UNPKG

@wordpress/block-library

Version:
10 lines (9 loc) 234 B
import { jsx } from "react/jsx-runtime"; import { InnerBlocks } from "@wordpress/block-editor"; function save() { return /* @__PURE__ */ jsx(InnerBlocks.Content, {}); } export { save as default }; //# sourceMappingURL=save.js.map