Skip to content

Commit 7cc5e0c

Browse files
committed
fix(engine): add missing components types export
1 parent 7cbb2b6 commit 7cc5e0c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.changeset/nice-suits-know.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@jolly-pixel/engine": patch
3+
---
4+
5+
Add missing export of components types

packages/engine/src/components/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ export {
88
SceneActorComponent,
99
type ScenePropertyOptions
1010
} from "./script/BehaviorDecorators.ts";
11+
12+
export type {
13+
Component,
14+
ComponentInitializeContext,
15+
FreeComponentEnum,
16+
StrictComponentEnum
17+
} from "./types.ts";

0 commit comments

Comments
 (0)