UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

5 lines (4 loc) 202 B
import Client from './client'; export declare function preinit(): Promise<any>; /** invoke the Client to render its body */ export declare function render(client: Client, root: Element): Promise<void>;