Explorar el Código

update index to expose abstract features

Chris Barth hace 4 años
padre
commit
3e2bca9a54
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/XR/features/index.ts

+ 1 - 0
src/XR/features/index.ts

@@ -1,3 +1,4 @@
+export * from "./WebXRAbstractFeature";
 export * from "./WebXRHitTestLegacy";
 export * from "./WebXRAnchorSystem";
 export * from "./WebXRPlaneDetector";