UNPKG

@wordpress/data

Version:
7 lines 343 B
/** * 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