@wordpress/data
Version:
Data module for WordPress.
7 lines • 343 B
TypeScript
/**
* Higher-order component which renders the original component with the current
* registry context passed as its `registry` prop.
*/
declare const withRegistry: (Inner: import("react").ComponentType<any>) => (props: Record<string, unknown>) => import("react").JSX.Element;
export default withRegistry;
//# sourceMappingURL=index.d.ts.map