UNPKG

@wordpress/block-library

Version:
10 lines (9 loc) 242 B
import { jsx } from "react/jsx-runtime"; import { RawHTML } from "@wordpress/element"; function save() { return /* @__PURE__ */ jsx(RawHTML, { children: "<!--nextpage-->" }); } export { save as default }; //# sourceMappingURL=save.js.map