Skip to content

Commit 6758ac1

Browse files
author
Zach Dahl
committed
fix: Export Key, ComponentStore types and all the SlotMap and ComponentStore implementations
1 parent fa3ecd7 commit 6758ac1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -340,3 +340,8 @@ export class World<R = Record<string, unknown>> {
340340
}
341341
}
342342
}
343+
344+
export {type Key, type ComponentStore, SlotMap} from './slot-map/slot-map.js';
345+
export {SecondaryMap} from './slot-map/secondary-map.js';
346+
export {SparseSecondaryMap} from './slot-map/sparse-secondary-map.js';
347+
export {ZeroStore} from './slot-map/zero-store.js';

0 commit comments

Comments
 (0)