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 81f53f2 commit 468a9b6Copy full SHA for 468a9b6
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 behaviors;
12
+
13
#[cfg(not(feature = "macros_not_expanded"))]
14
pub mod behavior_type_traits;
15
@@ -37,6 +40,7 @@ mod for_all_ancestors_macros;
37
40
crate::macros::def_intrinsic_component_props!(
38
41
mod __ {
39
42
#[behaviors]
43
+ #[cfg(feature = "macros_not_expanded")]
44
pub mod behaviors {
45
#[cfg(feature = "web")]
46
use crate::shims::prelude::*;
0 commit comments