UNPKG

@kui-shell/plugin-core-support

Version:

Kui plugin offering core extensions such as help and screenshot commands

8 lines (7 loc) 257 B
import type { Registrar } from '@kui-shell/core'; export declare const tabButtonSelector = "#new-tab-button"; /** * The goal here is to offer a simple command structure for managing tabs * */ export default function plugin(commandTree: Registrar): void;