UNPKG

@wordpress/blocks

Version:
13 lines (12 loc) 321 B
// packages/blocks/src/deprecated.js import deprecated from "@wordpress/deprecated"; function withBlockContentContext(OriginalComponent) { deprecated("wp.blocks.withBlockContentContext", { since: "6.1" }); return OriginalComponent; } export { withBlockContentContext }; //# sourceMappingURL=deprecated.js.map