@kui-shell/plugin-client-common
Version:
Kui plugin that offers stylesheets
9 lines (8 loc) • 315 B
TypeScript
import type { Arguments, Registrar } from '@kui-shell/core';
/** TODO: move to core Tab api? */
export declare function setTabReadonly({ tab }: Arguments): Promise<void>;
/**
* This plugin introduces the commentary command
*
*/
export default function registerCommentaryController(commandTree: Registrar): void;