mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
14 lines
625 B
TypeScript
14 lines
625 B
TypeScript
type __VLS_Props = {
|
|
visible: boolean;
|
|
providers?: LLMProvider[];
|
|
currentConfig: ChatbotConfig;
|
|
};
|
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
confirm: (config: ChatbotConfig) => any;
|
|
close: () => any;
|
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
onConfirm?: ((config: ChatbotConfig) => any) | undefined;
|
|
onClose?: (() => any) | undefined;
|
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
export default _default;
|