UNPKG

@aonic-ui/pipelines

Version:

The common library for all the components and utils related to Pipelines.

8 lines 534 B
import { GetNextPage, Selector } from '../types/tekton-results'; import { K8sGroupVersionKind, K8sResourceCommon, TektonConfiguration } from '../types/k8s'; export declare const useRuns: <Kind extends K8sResourceCommon>(groupVersionKind: K8sGroupVersionKind, namespace: string, config: TektonConfiguration, options?: { selector?: Selector | undefined; limit?: number | undefined; name?: string | undefined; } | undefined, cacheKey?: string) => [Kind[], boolean, unknown, GetNextPage]; //# sourceMappingURL=useRuns.d.ts.map