1//! The hydration variant. 2//! 3//! This is the same as the use_prepared_state. 4 5#[doc(hidden)] 6pub use crate::functional::hooks::use_prepared_state::feat_hydration::use_prepared_state as use_transitive_state;