@factorialco/f0-react 1.195.0 → 1.195.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.
@@ -4826,11 +4826,6 @@ declare module "@tiptap/core" {
4826
4826
  }
4827
4827
 
4828
4828
 
4829
- declare namespace Calendar {
4830
- var displayName: string;
4831
- }
4832
-
4833
-
4834
4829
  declare module "@tiptap/core" {
4835
4830
  interface Commands<ReturnType> {
4836
4831
  moodTracker: {
@@ -4838,3 +4833,8 @@ declare module "@tiptap/core" {
4838
4833
  };
4839
4834
  }
4840
4835
  }
4836
+
4837
+
4838
+ declare namespace Calendar {
4839
+ var displayName: string;
4840
+ }