UNPKG

@woocommerce/data

Version:
6 lines 361 B
/// <reference types="react" /> import { ProfileItems } from './types'; export declare const withOnboardingHydration: (data: { profileItems: ProfileItems; }) => <InnerProps extends Record<string, unknown>>(Inner: import("react").ComponentType<InnerProps>) => import("react").ComponentType<InnerProps>; //# sourceMappingURL=with-onboarding-hydration.d.ts.map