UNPKG

@liuyuzhao/ai-chat

Version:

A Vue 3 AI chat component with TypeScript support for Web, H5, and UniApp

11 lines (10 loc) 670 B
type __VLS_Props = { config: { apiUrl: string; knowledgeCode: string; lawyerName: string; headers?: Record<string, string>; }; }; declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;