You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/rust/src/ui/model_tr/component/input_methods/mod.rs

14 lines
299 B

pub mod choice;
pub mod choice_item;
#[cfg(feature = "translations")]
pub mod number_input;
#[cfg(feature = "translations")]
pub mod passphrase;
#[cfg(feature = "translations")]
pub mod pin;
#[cfg(feature = "translations")]
pub mod simple_choice;
#[cfg(feature = "translations")]
pub mod wordlist;