first commit
This commit is contained in:
16
uni_modules/tdesign-uniapp/components/col/props.ts
Normal file
16
uni_modules/tdesign-uniapp/components/col/props.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
* 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
|
||||
* */
|
||||
|
||||
export default {
|
||||
/** 列的偏移量(默认单位px) */
|
||||
offset: {
|
||||
type: [String, Number],
|
||||
},
|
||||
/** 列的宽度(默认单位px) */
|
||||
span: {
|
||||
type: [String, Number],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user