💥 OneComponents are now TypedComponents
This commit is contained in:
parent
66117992c1
commit
f2031307d7
23 changed files with 301 additions and 313 deletions
|
|
@ -13,8 +13,8 @@ pub enum InputType {
|
|||
Url,
|
||||
}
|
||||
|
||||
type InputLabel = ComponentOne<L10n>;
|
||||
type InputHelpText = ComponentOne<L10n>;
|
||||
type InputLabel = TypedComponent<L10n>;
|
||||
type InputHelpText = TypedComponent<L10n>;
|
||||
|
||||
#[rustfmt::skip]
|
||||
#[derive(Default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue