fix: exclude invalid prop from allprop

This commit is contained in:
Lennart
2024-12-23 12:06:01 +01:00
parent fa2851dc81
commit 3e870bcbe6
6 changed files with 10 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ pub enum CalendarProp {
Source(Option<HrefElement>),
#[serde(other)]
#[strum_discriminants(strum(disabled))]
#[default]
Invalid,
}