Преглед изворни кода

update index to expose abstract features

Chris Barth пре 4 година
родитељ
комит
3e2bca9a54
1 измењених фајлова са 1 додато и 0 уклоњено
  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";