UNPKG

@wordpress/block-library

Version:
6 lines (4 loc) 124 B
import { InnerBlocks } from '@wordpress/block-editor'; export default function save() { return <InnerBlocks.Content />; }