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
/
module
/
applyToSlate
/
util.d.ts
4 lines
(3 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
import
{
Editor
}
from
'slate'
;
export
declare
const
withoutSelectionMod
:
(
editor
:
Editor
,
cb
: () =>
any
) =>
void
;
export
declare
const
withoutNormalizingAndSelectionMod
:
(
editor
:
Editor
,
cb
: () =>
any
) =>
void
;