mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
remove #[doc(hidden)] from EventHandler
This commit is contained in:
parent
d9220d4e42
commit
41182503ac
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ impl<T: std::fmt::Debug> std::fmt::Debug for Event<T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
|
||||
/// The callback type generated by the `rsx!` macro when an `on` field is specified for components.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue