UNPKG

kui-shell

Version:

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

14 lines (13 loc) 329 B
export default interface Response { view: HTMLElement; subtext?: string | HTMLElement; controller: { register: (cb: { applyAutoScale: boolean; customZoom: boolean; }) => void; zoomToFit: () => void; zoom1to1: () => void; is1to1: () => boolean; }; }