//! Animation hooks for tairitsu components
//!
//! Provides hooks for managing animations in tairitsu components.
//! Includes:
//! - use_animation: Basic animation management hook
//! - use_button_state: Button state machine hook
//! - use_glow_animation: Glow effect animation hook
//!
//! Note: These hooks are designed for use within tairitsu components.
//! They provide state management and cleanup functionality.
// Re-export state machine types for convenience
pub use crate;
// Re-export animation types
pub use crateAnimationManager;
// Re-export hook functions
pub use *;
pub use *;
pub use *;
pub use *;