Skip to content

Instantly share code, notes, and snippets.

View matsuyama-k1's full-sized avatar

matsuyama-k1

  • Tokyo
View GitHub Profile
"use strict";
import type { LexicalEditor, LexicalNode } from "Lexical";
import type { Binding, Provider } from "LexicalYjs";
import {
createBinding,
syncLexicalUpdateToYjs,
syncYjsChangesToLexical,
} from "LexicalYjs";