UNPKG

@wordpress/block-editor

Version:
9 lines 250 B
/** * WordPress dependencies */ import { __unstableGetBlockProps as getBlockProps } from '@wordpress/blocks'; export function useBlockProps(props = {}) { return props; } useBlockProps.save = getBlockProps; //# sourceMappingURL=index.native.js.map