UNPKG

@shutootaki/gwm

Version:
15 lines 379 B
/** * gwm completion コマンドのReactコンポーネント * install, uninstall, status 等のUI表示を担当 */ import React from 'react'; interface CompletionProps { subCommand?: string; args: string[]; } /** * Completion コンポーネント */ export declare const Completion: React.FC<CompletionProps>; export {}; //# sourceMappingURL=Completion.d.ts.map