@fesjs/fes-design
Version:
fes-design for PC
59 lines (58 loc) • 2.1 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
readonly backgroundColor: {
readonly type: StringConstructor;
};
readonly color: {
readonly type: StringConstructor;
};
readonly size: {
readonly type: import("vue").PropType<import("./props").Size>;
readonly default: "middle";
};
readonly shape: {
readonly type: import("vue").PropType<import("./props").Shape>;
readonly default: "circle";
};
readonly src: {
readonly type: StringConstructor;
};
readonly fallbackSrc: {
readonly type: StringConstructor;
};
readonly fit: {
readonly type: import("vue").PropType<"fill" | "none" | "contain" | "cover" | "scale-down">;
readonly default: "fill";
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "error"[], "error", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly backgroundColor: {
readonly type: StringConstructor;
};
readonly color: {
readonly type: StringConstructor;
};
readonly size: {
readonly type: import("vue").PropType<import("./props").Size>;
readonly default: "middle";
};
readonly shape: {
readonly type: import("vue").PropType<import("./props").Shape>;
readonly default: "circle";
};
readonly src: {
readonly type: StringConstructor;
};
readonly fallbackSrc: {
readonly type: StringConstructor;
};
readonly fit: {
readonly type: import("vue").PropType<"fill" | "none" | "contain" | "cover" | "scale-down">;
readonly default: "fill";
};
}>> & Readonly<{
onError?: (...args: any[]) => any;
}>, {
readonly size: import("./props").Size;
readonly fit: "fill" | "none" | "contain" | "cover" | "scale-down";
readonly shape: import("./props").Shape;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;