UNPKG

kui-shell

Version:

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

14 lines (13 loc) 281 B
interface SubwindowPrefs { fullscreen?: boolean; useContentSize?: boolean; synonymFor?: object; width?: number; height?: number; position?: { x: number; y: number; }; bringYourOwnWindow?: () => void; } export default SubwindowPrefs;