mirror of
https://github.com/docmost/docmost.git
synced 2026-05-08 23:33:09 +08:00
5506eb194b
* Show actual history changes * V2 - WIP * feat: page history diff * fix: exclude content from history listing --------- Co-authored-by: Jason Norwood-Young <jason@10layer.com>
5 lines
268 B
TypeScript
5 lines
268 B
TypeScript
// https://gitlab.com/mpapp-public/prosemirror-recreate-steps - MIT
|
|
// https://github.com/sueddeutsche/prosemirror-recreate-transform - MIT
|
|
export { recreateTransform, RecreateTransform } from "./recreateTransform";
|
|
export type { Options } from "./recreateTransform";
|