@factorialco/f0-react 1.296.0 → 1.298.0

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.
@@ -506,6 +506,11 @@ declare module "@tiptap/core" {
506
506
  }
507
507
 
508
508
 
509
+ declare namespace Calendar {
510
+ var displayName: string;
511
+ }
512
+
513
+
509
514
  declare module "@tiptap/core" {
510
515
  interface Commands<ReturnType> {
511
516
  moodTracker: {
@@ -513,8 +518,3 @@ declare module "@tiptap/core" {
513
518
  };
514
519
  }
515
520
  }
516
-
517
-
518
- declare namespace Calendar {
519
- var displayName: string;
520
- }