import type { Colors, ElProps } from '..'; export interface BadgeProps extends Partial { color?: Colors; outline?: boolean; ghost?: boolean; href?: string; dot?: boolean; blink?: boolean; notification?: boolean; pill?: boolean; tile?: boolean; }