UNPKG

@sethdouglasford/claude-flow

Version:

Claude Code Flow - Advanced AI-powered development workflows with SPARC methodology

11 lines 539 B
/** * Claude-Flow UI Module * Provides compatible UI solutions for different terminal environments */ export { CompatibleUI, createCompatibleUI, isRawModeSupported, launchUI, type UIProcess, type UISystemStats, } from "./compatible-ui"; export { handleRawModeError, withRawModeFallback, checkUISupport, showUISupport, type FallbackOptions, } from "./fallback-handler"; /** * Main UI launcher that automatically selects the best available UI */ export declare function launchBestUI(): Promise<void>; //# sourceMappingURL=index.d.ts.map