UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

8 lines (7 loc) 243 B
import { UI } from '@kui-shell/core'; interface Markdown { title: HTMLElement; body: HTMLElement; } declare const _default: (tab: UI.Tab, suffix: string, source: string, fullpath: string) => Promise<Markdown>; export default _default;