UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

8 lines (7 loc) 244 B
import Node from '../../lib/k8s/node'; interface NodeShellTerminalProps { item: Node; onClose?: () => void; } export declare function NodeShellTerminal(props: NodeShellTerminalProps): import("react/jsx-runtime").JSX.Element; export {};