UNPKG
mobx-bonsai-yjs
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
Y.js two-way binding for mobx-bonsai
mobx-bonsai.js.org
xaviergonz/mobx-bonsai
mobx-bonsai-yjs
/
src
/
yjsBinding
/
yjsTypes
/
types.ts
6 lines
(4 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ _Primitive }
from
"mobx-bonsai"
import
type
*
as
Y
from
"yjs"
export
type
YjsStructure
= Y.
Map
<
any
> | Y.
Array
<
any
>
export
type
YjsValue
= _Primitive |
YjsStructure