UNPKG

@pmndrs/handle

Version:

framework agnostic expandable handle implementation for threejs

4 lines (3 loc) 187 B
import { Object3D } from 'three'; import { HandlesContext } from '../context.js'; export declare function setupTranslateHandleDelta(group: Object3D, context: HandlesContext): () => void;