@minto-ai/mt-ui
Version:
UI组件库
46 lines (45 loc) • 1.68 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly image: {
readonly type: StringConstructor;
readonly default: "";
};
readonly imageWidth: {
readonly type: import('vue').PropType<string | number>;
readonly validator: (value: number | string) => boolean;
readonly default: "50%";
};
readonly description: {
readonly type: StringConstructor;
readonly default: "";
};
readonly verticalPadding: {
readonly type: NumberConstructor;
readonly validator: (value: number) => boolean;
readonly default: 20;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly image: {
readonly type: StringConstructor;
readonly default: "";
};
readonly imageWidth: {
readonly type: import('vue').PropType<string | number>;
readonly validator: (value: number | string) => boolean;
readonly default: "50%";
};
readonly description: {
readonly type: StringConstructor;
readonly default: "";
};
readonly verticalPadding: {
readonly type: NumberConstructor;
readonly validator: (value: number) => boolean;
readonly default: 20;
};
}>> & Readonly<{}>, {
readonly image: string;
readonly description: string;
readonly imageWidth: string | number;
readonly verticalPadding: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
export default _default;