🚧 Pack and Veck for arrays of components
This commit is contained in:
parent
3d86115f97
commit
6197052ae7
22 changed files with 229 additions and 114 deletions
|
|
@ -22,8 +22,8 @@ pub enum AnchorTarget {
|
|||
Context(String),
|
||||
}
|
||||
|
||||
type AnchorIcon = OneComponent<Icon>;
|
||||
type AnchorHtml = OneComponent<L10n>;
|
||||
type AnchorIcon = ComponentOne<Icon>;
|
||||
type AnchorHtml = ComponentOne<L10n>;
|
||||
|
||||
#[rustfmt::skip]
|
||||
#[derive(Default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue