Skip to content

Commit

Permalink
Add missing XR exports (#5971)
Browse files Browse the repository at this point in the history
* Adding missing XR exports

* whitespace
  • Loading branch information
marklundin committed Jan 24, 2024
1 parent a3aab53 commit b5f3e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Expand Up @@ -364,6 +364,8 @@ export { XrAnchors } from './framework/xr/xr-anchors.js';
export { XrAnchor } from './framework/xr/xr-anchor.js';
export { XrPlaneDetection } from './framework/xr/xr-plane-detection.js';
export { XrPlane } from './framework/xr/xr-plane.js';
export { XrHand } from './framework/xr/xr-hand.js';
export { XrFinger } from './framework/xr/xr-finger.js';

// BACKWARDS COMPATIBILITY
export * from './deprecated/deprecated.js';

0 comments on commit b5f3e1d

Please sign in to comment.