UNPKG

@wordpress/block-library

Version:
6 lines (4 loc) 132 B
import { RawHTML } from '@wordpress/element'; export default function save() { return <RawHTML>{ '<!--nextpage-->' }</RawHTML>; }