We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3ecd7 commit 6758ac1Copy full SHA for 6758ac1
src/index.ts
@@ -340,3 +340,8 @@ export class World<R = Record<string, unknown>> {
340
}
341
342
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