UNPKG

@wordpress/block-library

Version:
9 lines (7 loc) 158 B
/** * WordPress dependencies */ import { InnerBlocks } from '@wordpress/block-editor'; export default function save() { return <InnerBlocks.Content />; }