UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

7 lines (6 loc) 179 B
/** * Tell the renderer to execute a command * */ declare const tellRendererToExecute: (command: string, exec?: string) => Promise<void>; export default tellRendererToExecute;