@wordpress/blocks
Version:
Block API for WordPress.
11 lines • 330 B
TypeScript
/**
* A Higher Order Component used to inject BlockContent using context to the
* wrapped component.
*
* @deprecated
*
* @param OriginalComponent The component to enhance.
* @return The same component.
*/
export declare function withBlockContentContext<T>(OriginalComponent: T): T;
//# sourceMappingURL=deprecated.d.ts.map