UNPKG

@woocommerce/data

Version:
5 lines 389 B
/// <reference types="react" /> import { Options } from './types'; export declare const useOptionsHydration: (data: Options) => void; export declare const withOptionsHydration: (data: Options) => <InnerProps extends Record<string, unknown>>(Inner: import("react").ComponentType<InnerProps>) => import("react").ComponentType<InnerProps>; //# sourceMappingURL=with-options-hydration.d.ts.map