@factorialco/f0-react 1.200.2 → 1.200.3

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.
@@ -4856,6 +4856,11 @@ declare module "@tiptap/core" {
4856
4856
  }
4857
4857
 
4858
4858
 
4859
+ declare namespace Calendar {
4860
+ var displayName: string;
4861
+ }
4862
+
4863
+
4859
4864
  declare module "@tiptap/core" {
4860
4865
  interface Commands<ReturnType> {
4861
4866
  moodTracker: {
@@ -4863,8 +4868,3 @@ declare module "@tiptap/core" {
4863
4868
  };
4864
4869
  }
4865
4870
  }
4866
-
4867
-
4868
- declare namespace Calendar {
4869
- var displayName: string;
4870
- }