UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

5 lines (4 loc) 208 B
import { GatewayParentReference } from '../../lib/k8s/gateway'; export declare function GatewayParentRefSection(props: { parentRefs: GatewayParentReference[]; }): import("react/jsx-runtime").JSX.Element;