project init & fix ui
This commit is contained in:
30
miniprogram_npm/tdesign-miniprogram/link/props.js
Normal file
30
miniprogram_npm/tdesign-miniprogram/link/props.js
Normal file
@@ -0,0 +1,30 @@
|
||||
const props = {
|
||||
content: {
|
||||
type: String,
|
||||
},
|
||||
navigatorProps: {
|
||||
type: Object,
|
||||
},
|
||||
prefixIcon: {
|
||||
type: null,
|
||||
},
|
||||
size: {
|
||||
type: String,
|
||||
value: 'medium',
|
||||
},
|
||||
status: {
|
||||
type: String,
|
||||
value: 'normal',
|
||||
},
|
||||
suffixIcon: {
|
||||
type: null,
|
||||
},
|
||||
theme: {
|
||||
type: String,
|
||||
value: 'default',
|
||||
},
|
||||
underline: {
|
||||
type: Boolean,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user