UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

11 lines (10 loc) 350 B
import Node from '../../lib/k8s/node'; import { DialogProps } from '../common/Dialog'; interface NodeShellTerminalProps extends DialogProps { item: Node; title: string; open: boolean; onClose?: () => void; } export declare function NodeShellTerminal(props: NodeShellTerminalProps): import("react/jsx-runtime").JSX.Element; export {};