UNPKG

dmux

Version:

Tmux pane manager with AI agent integration for parallel development workflows

7 lines 259 B
import React from 'react'; interface AgentChoiceDialogProps { agentChoice: 'claude' | 'opencode' | null; } declare const AgentChoiceDialog: React.FC<AgentChoiceDialogProps>; export default AgentChoiceDialog; //# sourceMappingURL=AgentChoiceDialog.d.ts.map