We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05a449 commit 81f53f2Copy full SHA for 81f53f2
packages/frender-html/src/html.rs
@@ -7,6 +7,9 @@ use frender_form_control::textarea::TextAreaValue;
7
8
use crate::impl_bounds::{DomTokens, Style};
9
10
+#[cfg(not(feature = "macros_not_expanded"))]
11
+pub mod behavior_type_traits;
12
+
13
#[cfg(not(feature = "macros_not_expanded"))]
14
#[cfg(feature = "components")]
15
pub mod markers;
@@ -47,6 +50,7 @@ crate::macros::def_intrinsic_component_props!(
47
50
mod behaviors_prelude {}
48
51
49
52
#[behavior_type_traits]
53
+ #[cfg(feature = "macros_not_expanded")]
54
pub mod behavior_type_traits {}
55
56
#[event_types]
0 commit comments