UNPKG

dmux

Version:

Tmux pane manager with AI agent integration for parallel development workflows

10 lines 313 B
import React from 'react'; interface BetterTextInputProps { value: string; onChange: (value: string) => void; onSubmit?: () => void; placeholder?: string; } declare const BetterTextInput: React.FC<BetterTextInputProps>; export default BetterTextInput; //# sourceMappingURL=BetterTextInput.d.ts.map