@hocuspocus/common 3.1.7 → 3.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -320,6 +320,7 @@ export interface afterUnloadDocumentPayload {
|
|
|
320
320
|
export interface beforeUnloadDocumentPayload {
|
|
321
321
|
instance: Hocuspocus;
|
|
322
322
|
documentName: string;
|
|
323
|
+
document: Document;
|
|
323
324
|
}
|
|
324
325
|
export interface DirectConnection {
|
|
325
326
|
transact(transaction: (document: Document) => void): Promise<void>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|