UNPKG

dmux

Version:

Tmux pane manager with AI agent integration for parallel development workflows

9 lines 302 B
import React from 'react'; interface CommandPromptDialogProps { type: 'test' | 'dev'; value: string; onChange: (v: string) => void; } declare const CommandPromptDialog: React.FC<CommandPromptDialogProps>; export default CommandPromptDialog; //# sourceMappingURL=CommandPromptDialog.d.ts.map