|
@@ -91,9 +91,9 @@ pub mod prelude {
|
|
|
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,
|
|
|
remove_future, schedule_update_any, spawn, spawn_forever, suspend, throw, AnyValue,
|
|
|
- Component, Element, Event, EventHandler, Fragment, IntoAttributeValue, LazyNodes,
|
|
|
- Properties, Runtime, RuntimeGuard, Scope, ScopeId, ScopeState, Scoped, TaskId, Template,
|
|
|
- TemplateAttribute, TemplateNode, Throw, VNode, VirtualDom,
|
|
|
+ Component, Element, Event, EventHandler, Fragment, IntoAttributeValue, IntoDynNode,
|
|
|
+ LazyNodes, Properties, Runtime, RuntimeGuard, Scope, ScopeId, ScopeState, Scoped, TaskId,
|
|
|
+ Template, TemplateAttribute, TemplateNode, Throw, VNode, VirtualDom,
|
|
|
};
|
|
|
}
|
|
|
|