UNPKG

@difizen/magent-au

Version:
14 lines 548 B
/// <reference types="react" /> import './index.less'; import { LLMModel } from '../llm-model.js'; import type { LLMMeta } from '../protocol.js'; interface ModelSelectorProps { value?: LLMMeta | LLMModel | string; onChange?: (v?: LLMMeta) => void; showConfig?: boolean; popoverMode?: boolean; onConfigChanged?: (v: LLMMeta) => void; } export declare const ModelSelector: import("react").ForwardRefExoticComponent<ModelSelectorProps & import("react").RefAttributes<HTMLDivElement>>; export {}; //# sourceMappingURL=index.d.ts.map