UNPKG

@tresjs/core

Version:

Declarative ThreeJS using Vue Components

7 lines (6 loc) 211 B
import { Ref } from 'vue'; import { TresObject } from '../types'; export declare const vDistanceTo: { updated: (el: TresObject, binding: Ref<TresObject>) => void; unmounted: (el: TresObject) => void; };