@factorialco/f0-react 1.310.0 → 1.311.1

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.
@@ -495,6 +495,11 @@ declare module "@tiptap/core" {
495
495
  }
496
496
 
497
497
 
498
+ declare namespace Calendar {
499
+ var displayName: string;
500
+ }
501
+
502
+
498
503
  declare module "@tiptap/core" {
499
504
  interface Commands<ReturnType> {
500
505
  moodTracker: {
@@ -502,8 +507,3 @@ declare module "@tiptap/core" {
502
507
  };
503
508
  }
504
509
  }
505
-
506
-
507
- declare namespace Calendar {
508
- var displayName: string;
509
- }