UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

5 lines (4 loc) 290 B
export declare function inBrowser(): boolean; /** client-provided renderer of the main content */ type ClientRender = (root: Element, isPopup: boolean, commandLine?: string[], initialTabTitle?: string, quietExecCommand?: boolean, windowTitle?: string) => void; export default ClientRender;