first commit
This commit is contained in:
20
uni_modules/tdesign-uniapp/components/empty/props.ts
Normal file
20
uni_modules/tdesign-uniapp/components/empty/props.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
* 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
|
||||
* */
|
||||
|
||||
export default {
|
||||
/** 描述文字 */
|
||||
description: {
|
||||
type: String,
|
||||
},
|
||||
/** 图标名称。值为字符串表示图标名称,值为 `Object` 类型,表示透传至 `icon` */
|
||||
icon: {
|
||||
type: [String, Object],
|
||||
},
|
||||
/** 图片地址 */
|
||||
image: {
|
||||
type: String,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user