UNPKG

kui-shell

Version:

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

14 lines (13 loc) 255 B
interface Attr { name: string; value: string; css: string; } interface Pair { type: string; name: string; onclick: boolean; attributes: Attr[]; } declare const _default: (str: string) => void | Pair[]; export default _default;