UNPKG
@aidenvigue/tresjs-core
Version:
latest (3.7.1)
3.7.1
3.7.0
Declarative ThreeJS using Vue Components
@aidenvigue/tresjs-core
/
dist
/
src
/
directives
/
vAlwaysLookAt.d.ts
7 lines
(6 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
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
; };