@minto-ai/mt-ui
Version:
UI组件库
87 lines (86 loc) • 3.53 kB
TypeScript
export declare const MtEmpty: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<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<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
readonly image: string;
readonly description: string;
readonly imageWidth: string | number;
readonly verticalPadding: number;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, 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;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<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<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly image: string;
readonly description: string;
readonly imageWidth: string | number;
readonly verticalPadding: number;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
export default MtEmpty;