UNPKG

@wordpress/block-library

Version:
11 lines (10 loc) 290 B
// packages/block-library/src/query-no-results/save.js import { InnerBlocks } from "@wordpress/block-editor"; import { jsx } from "react/jsx-runtime"; function save() { return /* @__PURE__ */ jsx(InnerBlocks.Content, {}); } export { save as default }; //# sourceMappingURL=save.mjs.map