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