pub use ;
pub use ;
/// Compile-time assertions that the public types stay `Send + Sync`. `Classes` is intended to
/// flow through Leptos component props, which require both bounds. If a future change to any
/// internal field weakens that, this `const _` will fail to compile and surface the regression at
/// the crate boundary instead of at a downstream consumer.
const _: = ;