UNPKG

98 BTypeScriptView Raw
1import { Color } from './math/Color';
2
3export type ColorRepresentation = Color | string | number;