Skip to content

Commit

Permalink
fix: export Avatar Props type
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaehiel committed Sep 28, 2023
1 parent c497958 commit e2c013c
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 @@ -5,7 +5,7 @@ import { HalfBodyModel } from './components/Models/HalfBodyModel';
import { StaticModel } from './components/Models/StaticModel';
import { PoseModel } from './components/Models/PoseModel';
import { EnvironmentModel } from './components/Models/EnvironmentModel';
import { Avatar, CAMERA } from './components/Avatar';
import { Avatar, CAMERA, AvatarProps } from './components/Avatar';
import { FloorReflection } from './components/FloorReflection';

export {
Expand All @@ -20,3 +20,5 @@ export {
CAMERA,
FloorReflection
};

export type { AvatarProps };

0 comments on commit e2c013c

Please sign in to comment.