UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

6 lines (5 loc) 252 B
import type ReplicaSet from '../../../lib/k8s/replicaSet'; import type StatefulSet from '../../../lib/k8s/statefulSet'; export declare function ReplicaSetGlance({ set }: { set: ReplicaSet | StatefulSet; }): import("react/jsx-runtime").JSX.Element;