mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
more formatting
This commit is contained in:
parent
f7b2869082
commit
21206390f8
1 changed files with 1 additions and 4 deletions
|
@ -65,10 +65,7 @@ macro_rules! builder_constructors {
|
|||
];
|
||||
};
|
||||
}
|
||||
pub const ELEMENTS_WITH_MAPPED_ATTRIBUTES: &[(
|
||||
&str,
|
||||
&[(&str, &str)],
|
||||
)] = &[
|
||||
pub const ELEMENTS_WITH_MAPPED_ATTRIBUTES: &[(&str, &[(&str, &str)])] = &[
|
||||
("script", &[("r#type", "type"), ("r#script", "script")]),
|
||||
("button", &[("r#type", "type")]),
|
||||
("select", &[("value", "value")]),
|
||||
|
|
Loading…
Reference in a new issue