UNPKG

@kui-shell/plugin-client-common

Version:

Kui plugin that offers stylesheets

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