16 lines
289 B
JavaScript
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: '',
|
||
|
};
|