🎨 Publica constantes de definiciones del core
This commit is contained in:
parent
a303fe67c9
commit
4b218d9ad8
4 changed files with 7 additions and 5 deletions
|
|
@ -2,7 +2,9 @@ mod context;
|
|||
pub use context::{ContextOp, RenderContext};
|
||||
|
||||
mod definition;
|
||||
pub use definition::{component_mut, component_ref, AnyComponent, BaseComponent, ComponentTrait};
|
||||
pub use definition::{
|
||||
component_mut, component_ref, AnyComponent, BaseComponent, ComponentTrait, COMPONENT_UNNAMED,
|
||||
};
|
||||
|
||||
mod one;
|
||||
pub use one::OneComponent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue