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.

4 lines 256 B
export declare const URL_POLL_DEFAULT_DELAY = 15000; export type UseURLPoll = <R>(url: string | null, delay?: number, ...dependencies: any[]) => [R | null, any, boolean]; export declare const useURLPoll: UseURLPoll; //# sourceMappingURL=useURLPoll.d.ts.map