UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

4 lines (3 loc) 138 B
import { Tab } from './tab'; import { Block } from './models/block'; export declare const getCurrentProcessingBlock: (tab: Tab) => Block;