UNPKG

@woocommerce/data

Version:
4 lines 345 B
/// <reference types="react" /> import { Settings } from './types'; export declare const withSettingsHydration: (group: string, settings: Settings) => <InnerProps extends Record<string, unknown>>(Inner: import("react").ComponentType<InnerProps>) => import("react").ComponentType<InnerProps>; //# sourceMappingURL=with-settings-hydration.d.ts.map