danmarshall/deckgl-typings

Variable types throughout the project via namespace

novakand opened this issue · 1 comments

How to assign types to variables throughout the project via namespace deck gl types?

Here is an example:

import { RGBAColor } from '@deck.gl/core/utils/color';
let a: RGBAColor;