//! Property handles for DOM-like property access
//!
//! This module provides the `PropertyHandle<P>` generic type and type aliases
//! for all supported property types.
// Re-export the generic PropertyHandle, SpeakerContext, and Fetchable traits
pub use ;
// Re-export group property handle types
pub use ;
// Re-export watch handle types
pub use ;
// Re-export type aliases for all property handles
pub use ;