UNPKG

@kui-shell/plugin-core-support

Version:

Kui plugin offering core extensions such as help and screenshot commands

7 lines (6 loc) 148 B
import type { Registrar } from '@kui-shell/core'; /** * The command handlers * */ export declare const plugin: (commandTree: Registrar) => void;