export type VBadgeProps = { color: string; rounded: boolean; small: boolean; large: boolean; bgColor: string; textColor: string; circle: boolean; label: string | number; class: string; dismissable: boolean; outlined: boolean; };