UNPKG

@kui-shell/plugin-core-support

Version:

Kui plugin offering core extensions such as help and screenshot commands

8 lines (7 loc) 185 B
import type { Registrar } from '@kui-shell/core'; /** * Plugin registration * */ export declare function plugin(registrar: Registrar): void; export declare function preload(): void;