Skip to content

Commit 468a9b6

Browse files
committed
chore: expand mod behaviors
1 parent 81f53f2 commit 468a9b6

File tree

3 files changed

+502
-0
lines changed

3 files changed

+502
-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 behaviors;
12+
1013
#[cfg(not(feature = "macros_not_expanded"))]
1114
pub mod behavior_type_traits;
1215

@@ -37,6 +40,7 @@ mod for_all_ancestors_macros;
3740
crate::macros::def_intrinsic_component_props!(
3841
mod __ {
3942
#[behaviors]
43+
#[cfg(feature = "macros_not_expanded")]
4044
pub mod behaviors {
4145
#[cfg(feature = "web")]
4246
use crate::shims::prelude::*;

0 commit comments

Comments
 (0)