@factorialco/f0-react 1.436.1 → 1.438.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.
@@ -748,11 +748,6 @@ declare module "gridstack" {
748
748
  }
749
749
 
750
750
 
751
- declare namespace Calendar {
752
- var displayName: string;
753
- }
754
-
755
-
756
751
  declare module "@tiptap/core" {
757
752
  interface Commands<ReturnType> {
758
753
  aiBlock: {
@@ -800,3 +795,8 @@ declare module "@tiptap/core" {
800
795
  };
801
796
  }
802
797
  }
798
+
799
+
800
+ declare namespace Calendar {
801
+ var displayName: string;
802
+ }