UNPKG

@kui-shell/plugin-wskflow

Version:

Visualizations for Composer apps

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; }; }