Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve type safety and type inference of wrapper
Ensures that all props for a single column def assume the same underlying value. This means that it's not possible to mix and match types (which would be a bug), and means that the complier can infer types for you (meaning fewer type annotations).
- Loading branch information