1/// The `use_table` hook for managing table state in Yew components. 2/// 3/// Provides the primary hook for creating and managing table instances, 4/// including state, data, and all table operations. 5pub mod use_table;