jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/es/Badge/props.js
2024-11-15 11:51:28 +08:00

16 lines
289 B
JavaScript

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: '',
};