@vrx-arco/pro-components
Version:
<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>
37 lines (36 loc) • 926 B
TypeScript
import { PropType } from 'vue';
export declare const ProCardMeta: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* 标题
*/
title: PropType<any>;
/**
* 头像
*/
avatar: PropType<any>;
/**
* 描述
*/
description: PropType<any>;
/**
* 操作按钮
*/
actions: PropType<any[]>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* 标题
*/
title: PropType<any>;
/**
* 头像
*/
avatar: PropType<any>;
/**
* 描述
*/
description: PropType<any>;
/**
* 操作按钮
*/
actions: PropType<any[]>;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;