We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbb2b6 commit 7cc5e0cCopy full SHA for 7cc5e0c
.changeset/nice-suits-know.md
@@ -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
@@ -8,3 +8,10 @@ export {
8
SceneActorComponent,
9
type ScenePropertyOptions
10
} from "./script/BehaviorDecorators.ts";
11
12
+export type {
13
+ Component,
14
+ ComponentInitializeContext,
15
+ FreeComponentEnum,
16
+ StrictComponentEnum
17
+} from "./types.ts";
0 commit comments