Skip to content

Commit 2a267b6

Browse files
alex-okrushkobrandonroberts
authored andcommitted
feat(Entity): expose Dictionary as part of the public API (#1118)
Closes #865
1 parent 21079d2 commit 2a267b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/entity/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { createEntityAdapter } from './create_adapter';
2-
export { EntityState, EntityAdapter, Update } from './models';
2+
export { Dictionary, EntityState, EntityAdapter, Update } from './models';

0 commit comments

Comments
 (0)