🏷️ Badge component interface fileupdated

This commit is contained in:
Paul Valerie GOMA 2025-07-23 13:50:24 +02:00
parent ac84bf3e8a
commit bf557a435b

View File

@ -1,7 +1,7 @@
/**
* Interface representing the properties of a Badge component.
*/
export default interface IBadge {
export default interface IVBadge {
/**
* The text label displayed inside the badge.
*/