@factorialco/f0-react 1.249.0 → 1.249.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.
@@ -5618,6 +5618,11 @@ declare module "@tiptap/core" {
5618
5618
  }
5619
5619
 
5620
5620
 
5621
+ declare namespace Calendar {
5622
+ var displayName: string;
5623
+ }
5624
+
5625
+
5621
5626
  declare module "@tiptap/core" {
5622
5627
  interface Commands<ReturnType> {
5623
5628
  moodTracker: {
@@ -5625,8 +5630,3 @@ declare module "@tiptap/core" {
5625
5630
  };
5626
5631
  }
5627
5632
  }
5628
-
5629
-
5630
- declare namespace Calendar {
5631
- var displayName: string;
5632
- }