UNPKG
mobx-react-observer
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Automatic React observer for Mobx
mobx-react-observer
/
dist
/
esm
/
babel-plugin.d.ts
4 lines
(3 loc)
•
105 B
TypeScript
View Raw
1
2
3
4
export
default
function
plugin
(
options
?: { exclude?:
string
[]; }
): [
PluginObj
,
Record
<
string
,
any
>];