Skip to content

Commit

Permalink
feat: add useDeviceDetector into lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-wolf3d committed Aug 6, 2024
1 parent 95e47a1 commit 85b292d
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 85b292d

Please sign in to comment.