UNPKG

@aidenvigue/tresjs-core

Version:

Declarative ThreeJS using Vue Components

7 lines (6 loc) 221 B
import type { Object3D } from 'three'; import type { Ref } from 'vue'; import type { TresVector3 } from '../types'; export declare const vAlwaysLookAt: { updated: (el: Object3D, binding: Ref<TresVector3>) => void; };