Type alias SubscribeFn<T>
SubscribeFn<T>: ((fn,
init?,
actions?,
props?) => Unsubscribe)
Type declaration
-
- (fn, init?, actions?, props?): Unsubscribe
-
Parameters
-
-
Optional
init: boolean
-
Optional
actions: Action[]
-
Optional
props: (keyof T)[] | string[]