🚧 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
|
|
@ -13,8 +13,8 @@ pub enum InputType {
|
|||
Url,
|
||||
}
|
||||
|
||||
type InputLabel = OneComponent<L10n>;
|
||||
type InputHelpText = OneComponent<L10n>;
|
||||
type InputLabel = ComponentOne<L10n>;
|
||||
type InputHelpText = ComponentOne<L10n>;
|
||||
|
||||
#[rustfmt::skip]
|
||||
#[derive(Default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue