UNPKG

@matechat/core

Version:

前端智能化场景解决方案UI库,轻松构建你的AI应用。

77 lines (76 loc) 2 kB
import { type PropType } from 'vue'; type MermaidConfig = { theme?: string; }; declare var __VLS_1: {}, __VLS_3: {}, __VLS_18: {}; type __VLS_Slots = {} & { actions?: (props: typeof __VLS_1) => any; } & { header?: (props: typeof __VLS_3) => any; } & { content?: (props: typeof __VLS_18) => any; }; declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ code: { type: StringConstructor; required: true; }; language: { type: StringConstructor; default: string; }; blockIndex: { type: NumberConstructor; required: true; }; theme: { type: StringConstructor; default: string; }; enableMermaid: { type: BooleanConstructor; default: boolean; }; mermaidConfig: { type: PropType<MermaidConfig>; default: () => {}; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ code: { type: StringConstructor; required: true; }; language: { type: StringConstructor; default: string; }; blockIndex: { type: NumberConstructor; required: true; }; theme: { type: StringConstructor; default: string; }; enableMermaid: { type: BooleanConstructor; default: boolean; }; mermaidConfig: { type: PropType<MermaidConfig>; default: () => {}; }; }>> & Readonly<{}>, { language: string; theme: string; enableMermaid: boolean; mermaidConfig: MermaidConfig; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots<T, S> = T & { new (): { $slots: S; }; };