Type declaration
-
actions: ((actions, handler) => Unsubscribe)
-
for: ((actions, handler, props?) => Unsubscribe)
-
- (actions, handler, props?): Unsubscribe
-
Parameters
-
-
-
Optional
props: (keyof T)[] | string[]
-
props: ((props, handler) => Unsubscribe)
-
- (props, handler): Unsubscribe
-
Parameters
-
props: (keyof T)[] | string[]
-