DecoratableStore<R extends string, S extends Record<R, any>, EM extends EventMapBase>
typeA store that can be decorated, and whose type grows as it is.
Definition
type
type DecoratableStore<R extends string, S extends Record<R, any>, EM extends EventMapBase> = StoreInstance<R, S, EM>StoreInstance<R, S, EM>
Type parameters
| Name | Type | Description |
|---|---|---|
R | extends string | |
S | extends Record<R, any> | |
EM | extends EventMapBase |