Files
mini-yu/uni_modules/tdesign-uniapp/components/row/props.ts
lingxiao865 c5af079d8c first commit
2026-02-10 08:05:03 +08:00

13 lines
235 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* eslint-disable */
/**
* 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
* */
export default {
/** 列之间的间距默认单位px */
gutter: {
type: [String, Number],
},
};