🚧 [core] Mueve Context
al ámbito de componentes
This commit is contained in:
parent
de06afce65
commit
284d157931
13 changed files with 64 additions and 27 deletions
|
@ -7,3 +7,9 @@ mod children;
|
|||
pub use children::Children;
|
||||
pub use children::{Child, ChildOp};
|
||||
pub use children::{Typed, TypedOp};
|
||||
|
||||
// **< HTML DOCUMENT CONTEXT >**********************************************************************
|
||||
|
||||
mod context;
|
||||
pub use context::{Context, ContextOp, Contextual, ErrorParam};
|
||||
pub type FnPathByContext = fn(cx: &Context) -> &str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue