UNPKG
aframe-input
Version:
latest (0.1.0)
0.1.0
0.0.19
0.0.18
0.0.17
0.0.16
0.0.13
0.0.12
0.0.8
0.0.5
0.0.4
0.0.2
0.0.1
Using input element in AFRAME!
github.com/juunini/aframe-input
juunini/aframe-input
aframe-input
/
lib
/
constants.d.ts
3 lines
(2 loc)
•
81 B
TypeScript
View Raw
1
2
3
export
declare
type
Side
=
'front'
|
'back'
;
export
declare
const
SIDES
:
Side
[];