UNPKG

@woocommerce/data

Version:
11 lines 459 B
/// <reference types="react" /> type PluginHydrationData = { installedPlugins: string[]; activePlugins: string[]; jetpackStatus?: { isActive: boolean; }; }; export declare const withPluginsHydration: (data: PluginHydrationData) => <InnerProps extends Record<string, unknown>>(Inner: import("react").ComponentType<InnerProps>) => import("react").ComponentType<InnerProps>; export {}; //# sourceMappingURL=with-plugins-hydration.d.ts.map