UNPKG
@technik-sde/prosemirror-recreate-transform
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
Create a set of steps transforming one prosemirror json document to another
@technik-sde/prosemirror-recreate-transform
/
dist
/
src
/
types.d.ts
4 lines
(3 loc)
•
53 B
TypeScript
View Raw
1
2
3
4
export
interface
AnyObject
{ [
p
:
string
]:
any
; }