提交
This commit is contained in:
16
甲情_甲意/miniprogram/node_modules/antd-mini/es/Divider/props.js
generated
vendored
Normal file
16
甲情_甲意/miniprogram/node_modules/antd-mini/es/Divider/props.js
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
export var DividerDefaultProps = {
|
||||
textPosition: 'center',
|
||||
direction: 'horizontal',
|
||||
lineType: 'solid',
|
||||
};
|
||||
export var DividerFunctionalProps = {
|
||||
lineColor: '',
|
||||
lineHeight: 0,
|
||||
lineType: 'solid',
|
||||
lineWidth: 0,
|
||||
text: '',
|
||||
textStyle: '',
|
||||
textClassName: '',
|
||||
textPosition: 'center',
|
||||
direction: 'horizontal',
|
||||
};
|
Reference in New Issue
Block a user