UNPKG

@every-env/cli

Version:

Multi-agent orchestrator for AI-powered development workflows

10 lines 336 B
import React from 'react'; import { Phase } from '../types/index.js'; interface ActionBarProps { currentPhase: Phase; hasSelection: boolean; hasTasks: boolean; } export declare function ActionBar({ currentPhase, hasSelection, hasTasks }: ActionBarProps): React.JSX.Element; export {}; //# sourceMappingURL=ActionBar.d.ts.map