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
/
staticRendering.d.ts
3 lines
(2 loc)
•
128 B
TypeScript
View Raw
1
2
3
export
declare
function
useStaticRendering
(
enable
:
boolean
):
void
;
export
declare
function
isUsingStaticRendering
(
):
boolean
;