@shutootaki/gwm
Version:
git worktree manager CLI
15 lines • 379 B
TypeScript
/**
* 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