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
/
printDebugValue.d.ts
4 lines
(3 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
Reaction
}
from
"mobx"
;
export
declare
function
printDebugValue
(
v: React.MutableRefObject<Reaction |
null
>
):
"<unknown>"
|
import
(
"mobx"
).
IDependencyTree
;