UNPKG

@wandelbots/wandelbots-js-react-components

Version:

React UI toolkit for building applications on top of the Wandelbots platform

4 lines 224 B
import * as THREE from "three"; export declare const applyGhostStyle: (robot: THREE.Group, color: string) => void; export declare const removeGhostStyle: (robot: THREE.Group) => void; //# sourceMappingURL=ghostStyle.d.ts.map