UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

5 lines (4 loc) 289 B
import type { RenderPayload } from './model.js'; import type { HtmlPreviewMode } from './types.js'; export declare function renderApp(container: HTMLElement, payload?: RenderPayload, htmlMode?: HtmlPreviewMode, expandedState?: boolean): void; export declare function bootstrapApp(): void;