UNPKG

@wordpress/block-editor

Version:
11 lines (8 loc) 213 B
/** * WordPress dependencies */ import { __unstableGetBlockProps as getBlockProps } from '@wordpress/blocks'; export function useBlockProps( props = {} ) { return props; } useBlockProps.save = getBlockProps;