87 lines
3.1 KiB
TypeScript
87 lines
3.1 KiB
TypeScript
import type { CSSProperties, ExtractPropTypes } from 'vue';
|
|
import type { VueNode } from '../_util/type';
|
|
export declare const emptyProps: () => {
|
|
prefixCls: StringConstructor;
|
|
imageStyle: {
|
|
type: import("vue").PropType<CSSProperties>;
|
|
default: CSSProperties;
|
|
};
|
|
image: {
|
|
default: VueNode;
|
|
type: import("vue").PropType<VueNode>;
|
|
};
|
|
description: {
|
|
default: VueNode;
|
|
type: import("vue").PropType<VueNode>;
|
|
};
|
|
};
|
|
export type EmptyProps = Partial<ExtractPropTypes<ReturnType<typeof emptyProps>>>;
|
|
declare const _default: {
|
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes<{
|
|
prefixCls: StringConstructor;
|
|
imageStyle: {
|
|
type: import("vue").PropType<CSSProperties>;
|
|
default: CSSProperties;
|
|
};
|
|
image: {
|
|
default: VueNode;
|
|
type: import("vue").PropType<VueNode>;
|
|
};
|
|
description: {
|
|
default: VueNode;
|
|
type: import("vue").PropType<VueNode>;
|
|
};
|
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
image: VueNode;
|
|
description: VueNode;
|
|
imageStyle: CSSProperties;
|
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
P: {};
|
|
B: {};
|
|
D: {};
|
|
C: {};
|
|
M: {};
|
|
Defaults: {};
|
|
}, Readonly<ExtractPropTypes<{
|
|
prefixCls: StringConstructor;
|
|
imageStyle: {
|
|
type: import("vue").PropType<CSSProperties>;
|
|
default: CSSProperties;
|
|
};
|
|
image: {
|
|
default: VueNode;
|
|
type: import("vue").PropType<VueNode>;
|
|
};
|
|
description: {
|
|
default: VueNode;
|
|
type: import("vue").PropType<VueNode>;
|
|
};
|
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
image: VueNode;
|
|
description: VueNode;
|
|
imageStyle: CSSProperties;
|
|
}>;
|
|
__isFragment?: never;
|
|
__isTeleport?: never;
|
|
__isSuspense?: never;
|
|
} & import("vue").ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
prefixCls: StringConstructor;
|
|
imageStyle: {
|
|
type: import("vue").PropType<CSSProperties>;
|
|
default: CSSProperties;
|
|
};
|
|
image: {
|
|
default: VueNode;
|
|
type: import("vue").PropType<VueNode>;
|
|
};
|
|
description: {
|
|
default: VueNode;
|
|
type: import("vue").PropType<VueNode>;
|
|
};
|
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
image: VueNode;
|
|
description: VueNode;
|
|
imageStyle: CSSProperties;
|
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
export default _default;
|