@matechat/core
Version:
前端智能化场景解决方案UI库,轻松构建你的AI应用。
89 lines (88 loc) • 2.64 kB
TypeScript
declare var __VLS_1: {};
type __VLS_Slots = {} & {
default?: (props: typeof __VLS_1) => any;
};
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
logoImg: {
type: StringConstructor;
default: string;
};
logoWidth: {
type: (StringConstructor | NumberConstructor)[];
default: string;
};
logoHeight: {
type: (StringConstructor | NumberConstructor)[];
default: string;
};
title: {
type: StringConstructor;
default: string;
};
subTitle: {
type: StringConstructor;
default: string;
};
description: {
type: import("vue").PropType<string[]>;
default: () => never[];
};
background: {
type: import("vue").PropType<import("./introduction-types").IntroductionBackground>;
default: string;
};
align: {
type: import("vue").PropType<import("./introduction-types").IntroductionAlign>;
default: string;
};
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
logoImg: {
type: StringConstructor;
default: string;
};
logoWidth: {
type: (StringConstructor | NumberConstructor)[];
default: string;
};
logoHeight: {
type: (StringConstructor | NumberConstructor)[];
default: string;
};
title: {
type: StringConstructor;
default: string;
};
subTitle: {
type: StringConstructor;
default: string;
};
description: {
type: import("vue").PropType<string[]>;
default: () => never[];
};
background: {
type: import("vue").PropType<import("./introduction-types").IntroductionBackground>;
default: string;
};
align: {
type: import("vue").PropType<import("./introduction-types").IntroductionAlign>;
default: string;
};
}>> & Readonly<{}>, {
background: import("./introduction-types").IntroductionBackground;
title: string;
description: string[];
align: import("./introduction-types").IntroductionAlign;
logoImg: string;
logoWidth: string | number;
logoHeight: string | number;
subTitle: string;
}, {}, {}, {}, 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;
};
};