UNPKG

@kui-shell/plugin-client-common

Version:

Kui plugin that offers stylesheets

8 lines (7 loc) 200 B
import type { Registrar } from '@kui-shell/core'; /** * This plugin introduces the /confirm command * */ declare const _default: (commandTree: Registrar) => Promise<void>; export default _default;