pub type DragStateRwSignal<Column> = RwSignal<Option<DragState<Column>>>;
pub struct DragStateRwSignal<Column> { /* private fields */ }