1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-15 19:18:11 +00:00
trezor-firmware/core/embed/rust/src/ui/component/text/mod.rs
2023-05-31 10:14:54 +02:00

9 lines
155 B
Rust

pub mod common;
pub mod formatted;
pub mod layout;
pub mod op;
pub mod paragraphs;
pub mod util;
pub use layout::{LineBreaking, PageBreaking, TextStyle};