@tramvai/types-actions-state-context 1.60.1 → 1.62.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: '@tramvai/types-actions-state-context'
|
|
3
|
+
sidebar_position: 6
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# @tramvai/types-actions-state-context
|
|
2
7
|
|
|
3
|
-
|
|
8
|
+
This library combines the types for `@tramvai/core` and `@tramvai/state`.
|
|
4
9
|
|
|
5
|
-
|
|
6
|
-
|
|
10
|
+
The merging solves the problem of cyclic dependency between `@tramvai/core` and `@tramvai/state`,
|
|
11
|
+
because the `Action` and `ConsumerContext` interfaces depend on each other.
|
|
7
12
|
|
|
8
|
-
|
|
13
|
+
For internal use only!
|