1 2 3 4 5
#![allow(unreachable_pub, dead_code)] pub use super::typography_ui::{Text, Heading, Caption, Metric, CodeInline}; pub use canonrs_core::primitives::typography::{ TextSize, TextWeight, TextVariant, HeadingLevel, };