UNPKG
marshall-y-slate
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.4
0.0.2
0.0.1
Yjs bindings for Slate.
github.com/MarshallChang/y-slate
MarshallChang/y-slate
marshall-y-slate
/
dist
/
main
/
utils
/
clone.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
import
{
SyncElement
}
from
'../model'
;
export
default
function
cloneSyncElement
(
element: SyncElement
):
SyncElement
;