@fesjs/fes-design
Version:
fes-design for PC
40 lines (39 loc) • 1.62 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
readonly imageSrc: {
readonly type: StringConstructor;
readonly default: "";
};
readonly imageStyle: {
readonly type: import("vue").PropType<import("vue").StyleValue>;
readonly default: () => {};
};
readonly description: {
readonly type: StringConstructor;
readonly default: "";
};
}>, {
prefixCls: string;
defaultDescription: import("vue").ComputedRef<string>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly imageSrc: {
readonly type: StringConstructor;
readonly default: "";
};
readonly imageStyle: {
readonly type: import("vue").PropType<import("vue").StyleValue>;
readonly default: () => {};
};
readonly description: {
readonly type: StringConstructor;
readonly default: "";
};
}>> & Readonly<{}>, {
readonly description: string;
readonly imageSrc: string;
readonly imageStyle: import("vue").StyleValue;
}, {}, {
DefaultImgEmpty: import("vue").DefineComponent<{}, {
uniqueId: string;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;