UNPKG

@stolostron/multicluster-sdk

Version:

Provides extensions and APIs that dynamic plugins can use to leverage multicluster capabilities provided by Red Hat Advanced Cluster Management.

3 lines 255 B
import { HubConfiguration } from './cachedHubConfiguration'; export declare const useHubConfigurationItem: <K extends keyof HubConfiguration>(key: K) => [HubConfiguration[K] | undefined, boolean, any]; //# sourceMappingURL=useHubConfigurationItem.d.ts.map