UNPKG

@realsee/dnalogel

Version:
13 lines (12 loc) 283 B
import * as THREE from 'three'; declare const AXES_COLOR: { X: number; Y: number; Z: number; }; declare class AXES_THREE_COLOR { static get X(): THREE.Color; static get Y(): THREE.Color; static get Z(): THREE.Color; } export { AXES_COLOR, AXES_THREE_COLOR };