//! `GridState` plus the GPUI widget, paint functions, and helpers that swing
//! between them. The flat public re-exports below keep existing consumers of
//! the 0.1.x API working; new code should prefer importing from the canonical
//! `crate::grid::*` paths.
// Flat re-exports so external code can write `use sqlly_datatable::GridState`
// without mapping the internal split.
pub use ;
pub use ;
pub use ;
pub use GridTheme;
pub use ;
// Inline a couple of constants that callers used to read from the `grid` mod.
pub use SCROLLBAR_SIZE;