openrouter-model-picker
Version:
Third-party React component for OpenRouter model selection
3 lines • 350 B
TypeScript
import { ModelChooserModalProps } from '../types';
export declare function ModelChooserModal({ isOpen, onClose, selectedModel, onModelChange, apiEndpoint, fallbackModels, theme, maxHeight, maxWidth, className, categorizeByType }: ModelChooserModalProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=ModelChooserModal.d.ts.map