UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

7 lines (6 loc) 223 B
import Node from '../../lib/k8s/node'; interface NodeShellTerminalProps { item: Node | null; } export declare function NodeShellAction(props: NodeShellTerminalProps): import("react/jsx-runtime").JSX.Element; export {};