UNPKG

@every-env/cli

Version:

Multi-agent orchestrator for AI-powered development workflows

8 lines 250 B
import React from 'react'; import { AppState } from '../types/index.js'; interface InputBarProps { state: AppState; } export declare function InputBar({ state }: InputBarProps): React.JSX.Element; export {}; //# sourceMappingURL=InputBar.d.ts.map