|
@@ -76,7 +76,7 @@ pub(crate) mod innerlude {
|
|
pub use crate::innerlude::{
|
|
pub use crate::innerlude::{
|
|
fc_to_builder, vdom_is_rendering, AnyValue, Attribute, AttributeType, AttributeValue,
|
|
fc_to_builder, vdom_is_rendering, AnyValue, Attribute, AttributeType, AttributeValue,
|
|
BorrowedAttributeValue, CapturedError, Component, DynamicNode, Element, ElementId, Event,
|
|
BorrowedAttributeValue, CapturedError, Component, DynamicNode, Element, ElementId, Event,
|
|
- Fragment, HasAttributesBox, IntoDynNode, LazyNodes, MountedAttribute, Mutation, Mutations,
|
|
|
|
|
|
+ Fragment, HasAttributes, IntoDynNode, LazyNodes, MountedAttribute, Mutation, Mutations,
|
|
Properties, RenderReturn, Scope, ScopeId, ScopeState, Scoped, TaskId, Template,
|
|
Properties, RenderReturn, Scope, ScopeId, ScopeState, Scoped, TaskId, Template,
|
|
TemplateAttribute, TemplateNode, VComponent, VNode, VPlaceholder, VText, VirtualDom,
|
|
TemplateAttribute, TemplateNode, VComponent, VNode, VPlaceholder, VText, VirtualDom,
|
|
};
|
|
};
|
|
@@ -89,10 +89,10 @@ pub mod prelude {
|
|
consume_context, consume_context_from_scope, current_scope_id, fc_to_builder, has_context,
|
|
consume_context, consume_context_from_scope, current_scope_id, fc_to_builder, has_context,
|
|
provide_context, provide_context_to_scope, provide_root_context, push_future,
|
|
provide_context, provide_context_to_scope, provide_root_context, push_future,
|
|
remove_future, schedule_update_any, spawn, spawn_forever, suspend, throw, AnyValue,
|
|
remove_future, schedule_update_any, spawn, spawn_forever, suspend, throw, AnyValue,
|
|
- Attribute, AttributeType, Component, Element, Event, EventHandler, Fragment,
|
|
|
|
- HasAttributesBox, IntoAttributeValue, LazyNodes, MountedAttribute, Properties, Runtime,
|
|
|
|
- RuntimeGuard, Scope, ScopeId, ScopeState, Scoped, TaskId, Template, TemplateAttribute,
|
|
|
|
- TemplateNode, Throw, VNode, VirtualDom,
|
|
|
|
|
|
+ Attribute, AttributeType, Component, Element, Event, EventHandler, Fragment, HasAttributes,
|
|
|
|
+ IntoAttributeValue, LazyNodes, MountedAttribute, Properties, Runtime, RuntimeGuard, Scope,
|
|
|
|
+ ScopeId, ScopeState, Scoped, TaskId, Template, TemplateAttribute, TemplateNode, Throw,
|
|
|
|
+ VNode, VirtualDom,
|
|
};
|
|
};
|
|
}
|
|
}
|
|
|
|
|