✨ Añade funcionalidades en bundles de componentes
This commit is contained in:
parent
a455488044
commit
4ae6580357
11 changed files with 114 additions and 15 deletions
|
|
@ -103,6 +103,12 @@ impl Paragraph {
|
|||
self
|
||||
}
|
||||
|
||||
#[fn_builder]
|
||||
pub fn alter_bundle(&mut self, op: BundleOp, component: impl ComponentTrait) -> &mut Self {
|
||||
self.components.alter_bundle(op, component);
|
||||
self
|
||||
}
|
||||
|
||||
#[rustfmt::skip]
|
||||
#[fn_builder]
|
||||
pub fn alter_display(&mut self, display: ParagraphDisplay) -> &mut Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue