UNPKG

dmux

Version:

Tmux pane manager with AI agent integration for parallel development workflows

9 lines 281 B
import React from 'react'; interface NewPaneDialogProps { value: string; onChange: (v: string) => void; onSubmit: (v: string) => void; } declare const NewPaneDialog: React.FC<NewPaneDialogProps>; export default NewPaneDialog; //# sourceMappingURL=NewPaneDialog.d.ts.map