Skip to content

Commit e012149

Browse files
committed
Merge branch 'create-slice-creators' into entity-methods-creator
2 parents a6b8727 + 4db2dcc commit e012149

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export { createEntityAdapter } from './create_adapter'
2+
export type {
3+
EntityState,
4+
EntityAdapter,
5+
Update,
6+
IdSelector,
7+
Comparer,
8+
} from './models'

0 commit comments

Comments
 (0)