UNPKG

@openshift-console/dynamic-plugin-sdk

Version:

Provides core APIs, types and utilities used by dynamic plugins at runtime.

8 lines (7 loc) 263 B
/** * Wait until internal models (CRDs) are loaded. * * Note: When loading is 'in flight' (in progress) when the component * that uses this hook is mounted, this hook waits until this is resolved, too. */ export declare const useModelsLoaded: () => boolean;