@@ -66,7 +66,7 @@ pub mod attr_value {
6666pub use self :: macros:: style;
6767pub mod style {
6868 pub use frender_style:: {
69- css_style_declaration , impl_has_const_declaration_list_for,
69+ impl_has_const_declaration_list_for,
7070 style:: { comma_separated, one, r#const} ,
7171 styles:: { constness:: ConstDeclarationList , Chain , EitherStyle , Never } ,
7272 IntoStyle , Style ,
@@ -87,9 +87,7 @@ pub mod dom_tokens {
8787 dom_tokens:: { comma_separated, one, r#const} ,
8888 impl_dom_tokens_for,
8989 impl_has_const_dom_tokens_for,
90- Chain ,
91- EitherDomTokens ,
92- EraseConstKnownPossibleDomTokens ,
90+ values:: { Chain , EitherDomTokens , EraseConstKnownPossibleDomTokens } ,
9391 { ChainableDomTokens , DomTokens , IntoDomTokens } ,
9492 } ;
9593}
@@ -98,3 +96,11 @@ pub mod macros {
9896 pub use frender_dom_tokens:: dom_tokens:: comma_separated as dom_tokens;
9997 pub use frender_style:: style:: comma_separated as style;
10098}
99+
100+ pub mod event {
101+ pub use frender_events:: event:: {
102+ AnimationEvent , CompositionEvent , Event , FocusEvent , InputEvent , KeyboardEvent , MouseEvent ,
103+ PointerEvent , SecurityPolicyViolationEvent , TouchEvent , TransitionEvent , UiEvent ,
104+ WheelEvent ,
105+ } ;
106+ }
0 commit comments