UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

14 lines (13 loc) 219 B
/** * Default window properties * */ declare const _default: { width: number; height: number; }; export default _default; export declare const popupWindowDefaults: { width: number; height: number; };