jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/Badge/props.js

16 lines
289 B
JavaScript
Raw Normal View History

2024-11-15 03:51:28 +00:00
export var BadgeDefaultProps = {
position: 'top-right',
stroke: false,
type: 'dot',
bgColor: '',
};
export var BadgeFunctionalProps = {
type: 'dot',
text: null,
position: 'top-right',
offsetX: null,
offsetY: null,
stroke: false,
bgColor: '',
};