Skip to content

Commit 81f53f2

Browse files
committed
chore: expand mod behavior_type_traits
1 parent b05a449 commit 81f53f2

File tree

2 files changed

+749
-0
lines changed

2 files changed

+749
-0
lines changed

packages/frender-html/src/html.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ use frender_form_control::textarea::TextAreaValue;
77

88
use crate::impl_bounds::{DomTokens, Style};
99

10+
#[cfg(not(feature = "macros_not_expanded"))]
11+
pub mod behavior_type_traits;
12+
1013
#[cfg(not(feature = "macros_not_expanded"))]
1114
#[cfg(feature = "components")]
1215
pub mod markers;
@@ -47,6 +50,7 @@ crate::macros::def_intrinsic_component_props!(
4750
mod behaviors_prelude {}
4851

4952
#[behavior_type_traits]
53+
#[cfg(feature = "macros_not_expanded")]
5054
pub mod behavior_type_traits {}
5155

5256
#[event_types]

0 commit comments

Comments
 (0)