resizeHandle has incorrect type
just normal usage in a gts component
actually, it looks like all modifiers provided here have this problem. hmm
yeah, I think I stumbled upon this here: https://github.com/CrowdStrike/ember-headless-table/pull/248 (with a half-hearted fix). The reason seems to be that Column is often passed as non-generic.
I've started forking this here: https://github.com/universal-ember/table/pull/8 ( list of changes so far -- will release as v3.0.0 -- it should be possible for CrowdStrike to use the fork without changing any of their internal code if they wish)
and I'm doing some maintenance on my documentation infra here: https://github.com/universal-ember/kolay/pull/154 (as I don't want to use Docfy, because it doesn't support gjs/gts)
the fix for all the modifiers' types will exist over on the fork