UNPKG

hongluan-business-ui

Version:
32 lines (31 loc) 1.07 kB
export declare const HbEmpty: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{ image: { type: StringConstructor; default: string; }; imageSize: (StringConstructor | NumberConstructor)[]; description: { type: StringConstructor; default: string; }; }, { prefix: string; emptyDescription: import("vue").ComputedRef<string>; imageStyle: import("vue").ComputedRef<{ width: string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ image: { type: StringConstructor; default: string; }; imageSize: (StringConstructor | NumberConstructor)[]; description: { type: StringConstructor; default: string; }; }>>, { description: string; image: string; }>> & Record<string, any>; export default HbEmpty;