@clerc/plugin-completions
Version:
Clerc plugin completions
9 lines (6 loc) • 311 B
TypeScript
import * as _clerc_core from '@clerc/core';
interface CompletionsPluginOptions {
command?: boolean;
}
declare const completionsPlugin: (options?: CompletionsPluginOptions) => _clerc_core.Plugin<_clerc_core.Clerc<{}, {}>, _clerc_core.Clerc<{}, {}>>;
export { CompletionsPluginOptions, completionsPlugin };