UNPKG

hudada-cli

Version:

专为程序员准备的本地文档搜索,快捷开发工具

19 lines (18 loc) 480 B
import { SSHConnection } from '../db/SSHDatabase'; export declare class SSHTable { private tableBody; private connections; constructor(); private init; private loadConnections; private renderTable; private createTableRow; private escapeHtml; private bindEvents; private handleConnect; private handleEdit; private handleDelete; showModal(connection?: SSHConnection): void; private handleSave; refresh(): Promise<void>; }