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