27 lines
1.3 KiB
TypeScript
27 lines
1.3 KiB
TypeScript
import type { ExtractPropTypes } from 'vue';
|
|
import type { CustomSlotsType } from '../_util/type';
|
|
export declare const listItemMetaProps: () => {
|
|
avatar: import("vue-types").VueTypeValidableDef<any>;
|
|
description: import("vue-types").VueTypeValidableDef<any>;
|
|
prefixCls: StringConstructor;
|
|
title: import("vue-types").VueTypeValidableDef<any>;
|
|
};
|
|
export type ListItemMetaProps = Partial<ExtractPropTypes<ReturnType<typeof listItemMetaProps>>>;
|
|
declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
avatar: import("vue-types").VueTypeValidableDef<any>;
|
|
description: import("vue-types").VueTypeValidableDef<any>;
|
|
prefixCls: StringConstructor;
|
|
title: import("vue-types").VueTypeValidableDef<any>;
|
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
|
|
avatar: import("vue-types").VueTypeValidableDef<any>;
|
|
description: import("vue-types").VueTypeValidableDef<any>;
|
|
prefixCls: StringConstructor;
|
|
title: import("vue-types").VueTypeValidableDef<any>;
|
|
}>> & Readonly<{}>, {}, CustomSlotsType<{
|
|
avatar: any;
|
|
description: any;
|
|
title: any;
|
|
default: any;
|
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
export default _default;
|