Skip to content

Commit a5e5fbf

Browse files
committed
feat(world): export additional serialized types from world
1 parent cd48dea commit a5e5fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export {
2525

2626
// World class
2727
export { EntityBuilder, World } from "./world";
28-
export type { ComponentDef, SerializedWorld } from "./world";
28+
export type { ComponentDef, SerializedComponent, SerializedEntity, SerializedEntityId, SerializedWorld } from "./world";
2929

3030
// Query class
3131
export { Query } from "./query";

0 commit comments

Comments
 (0)