UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

17 lines (16 loc) 351 B
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', };