UNPKG

@wordpress/block-library

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