Skip to content

Commit

Permalink
Merge branch 'main' into feature/ACT-760-device-performance-to-amplitude
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-wolf3d committed Aug 6, 2024
2 parents 626d9b9 + f7d3250 commit 18ead2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { PoseModel } from './components/Models/PoseModel';
import { EnvironmentModel } from './components/Models/EnvironmentModel';
import { Avatar, CAMERA, AvatarProps } from './components/Avatar';
import { FloorReflection } from './components/FloorReflection';
import { useDeviceDetector } from './hooks/useDeviceDetector/use-device-detector.hook';

export {
Exhibit,
Expand All @@ -18,7 +19,8 @@ export {
PoseModel,
Avatar,
CAMERA,
FloorReflection
FloorReflection,
useDeviceDetector
};

export type { AvatarProps };

0 comments on commit 18ead2e

Please sign in to comment.