Files
mini-yu/uni_modules/tdesign-uniapp/components/indexes-anchor/props.ts

13 lines
208 B
TypeScript
Raw Normal View History

2026-02-10 08:05:03 +08:00
/* eslint-disable */
/**
* PMC
* */
export default {
/** 索引字符 */
index: {
type: [String, Number],
},
};