UNPKG
@joenoon/mobx-react-hooks
Version:
latest (2.0.0)
2.0.0
1.2.2
1.2.1
React Hooks for MobX
mobxjs.github.io/mobx
joenoon/mobx-react-hooks
@joenoon/mobx-react-hooks
/
dist
/
useObserverInternal.d.ts
5 lines
(4 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
export
declare
type
ForceUpdateHook
=
() =>
() =>
void
;
export
interface
IUseObserverOptions
{
useForceUpdate
?:
ForceUpdateHook
; }