The component library I'm using defines the type property of a TextInput as r#type since type is a reserved keyword of Rust.
Raw identifiers are listed quite soon in the [docs under valid identifiers].
Current output:

Expected output:

(but with r#type instead of type)