UNPKG

terminal-chat-ui

Version:

Shared UI components for terminal-based chat interfaces using Theater actors

9 lines (8 loc) 342 B
/** * HelpPanel - displays keyboard shortcuts and help information */ import type { HelpPanelProps } from '../types/ui.js'; /** * Help panel component that displays keyboard shortcuts and usage information */ export declare function HelpPanel({ shortcuts, variant, borderColor }: HelpPanelProps): import("react/jsx-runtime").JSX.Element;