/** * Props for FeatureBadge component */ export interface IFeatureBadgeProps { feature: string; className?: string; }