capsule-ai-cli
Version:
The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing
9 lines • 432 B
TypeScript
import React from 'react';
export declare const PROVIDER_COLORS: Record<string, string>;
export declare const getProviderColor: (provider: string) => string;
export declare const renderProviderName: (provider: string, text?: string) => React.ReactElement;
export declare const createProviderColoredItem: (provider?: string) => React.FC<{
isSelected?: boolean;
label: string;
}>;
//# sourceMappingURL=provider-colors.d.ts.map