UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

37 lines (36 loc) 1.68 kB
export declare const ListItemProps: { prefixCls: import("vue-types").VueTypeValidableDef<string> & { default: string; }; extra: import("vue-types").VueTypeValidableDef<any>; actions: import("vue-types").VueTypeValidableDef<unknown[]> & { default: () => unknown[]; }; grid: import("vue-types").VueTypeValidableDef<any>; colStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>; }; declare const _default: import("vue").DefineComponent<{ prefixCls: import("vue-types").VueTypeValidableDef<string> & { default: string; }; extra: import("vue-types").VueTypeValidableDef<any>; actions: import("vue-types").VueTypeValidableDef<unknown[]> & { default: () => unknown[]; }; grid: import("vue-types").VueTypeValidableDef<any>; colStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ prefixCls: import("vue-types").VueTypeValidableDef<string> & { default: string; }; extra: import("vue-types").VueTypeValidableDef<any>; actions: import("vue-types").VueTypeValidableDef<unknown[]> & { default: () => unknown[]; }; grid: import("vue-types").VueTypeValidableDef<any>; colStyle: import("vue-types").VueTypeValidableDef<import("vue").CSSProperties>; }>>, { prefixCls: string; actions: unknown[]; }>; export default _default;