UNPKG

kui-shell

Version:

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

10 lines (9 loc) 491 B
import { PrescanModel } from './prescan'; import { KuiPlugin } from '../models/plugin'; export declare const pluginRoot = "../../../plugins"; export declare const registrar: Record<string, KuiPlugin>; export declare function prescanModel(): PrescanModel; export declare function _useUpdatedUserPrescan(userPrescan: PrescanModel): void; export declare const preload: () => void; export declare function userInstalledHome(): Promise<string>; export declare const init: () => Promise<boolean>;