Type Alias TextDiff

TextDiff: { diff: Delta<string>[]; type: "text" }

Type declaration

  • diff: Delta<string>[]
  • type: "text"