UNPKG
@skokenes/slate-yjs
Version:
latest (2.0.0)
2.0.0
0.1.7
Yjs bindings for Slate.
github.com/BitPhinix/slate-yjs
BitPhinix/slate-yjs
@skokenes/slate-yjs
/
dist
/
main
/
applyToYjs
/
node
/
index.d.ts
5 lines
(4 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
import
{
NodeOperation
}
from
'slate'
;
import
{
OpMapper
}
from
'../types'
;
declare
const
mapper
:
OpMapper
<
NodeOperation
>;
export
default
mapper;