Type alias BadgeProps

BadgeProps: {
    anchor?: BadgeAnchor;
    outline?: boolean;
    size?: Size;
    variant?: Variant;
} & CoreViewProps

Type declaration

Generated using TypeDoc