@woocommerce/data
Version:
WooCommerce Admin data store and utilities
4 lines • 345 B
TypeScript
/// <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