🚧 (base): Añade BadgeKind para el tipo de Badge

This commit is contained in:
Manuel Cillero 2026-08-21 11:18:16 +02:00
parent 997017bb75
commit 4ba66f5995
6 changed files with 230 additions and 43 deletions

View file

@ -2,7 +2,7 @@
// Badge.
pub(crate) mod badge;
pub use badge::{Badge, BadgeBootsier};
pub use badge::{Badge, BadgeKind};
// Button.
mod button;