Variable types throughout the project via namespace
novakand opened this issue · 1 comments
novakand commented
How to assign types to variables throughout the project via namespace deck gl types?
danmarshall commented
Here is an example:
import { RGBAColor } from '@deck.gl/core/utils/color';
let a: RGBAColor;