芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/blocksy-companion/static/js/editor/blocks/query/Save.js
import { createElement } from '@wordpress/element' import { useInnerBlocksProps, useBlockProps } from '@wordpress/block-editor' const Save = (props) => { const blockProps = useBlockProps.save() const innerBlocksProps = useInnerBlocksProps.save(blockProps) return
} export default Save