UNPKG
mobx-web-cell
Version:
latest (0.4.0-rc.5)
0.4.0-rc.5
0.4.0-rc.4
0.4.0-rc.2
0.4.0-rc.1
0.4.0-rc.0
0.3.5
MobX adaptor for WebCell v2
github.com/EasyWebApp/WebCell/tree/v2/MobX
mobx-web-cell
/
dist
/
index.d.ts
6 lines
(4 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
WebCellProps
,
WebCellClass
,
VNode
}
from
"web-cell"
;
export
type
FunctionComponent
<P
extends
WebCellProps
=
WebCellProps
> =
(
props
?: P
) =>
VNode
;
export
function
observer<P, S>(
Class
:
FunctionComponent
<P> |
WebCellClass
<P, S>):
any
;
//# sourceMappingURL=index.d.ts.map