@factorialco/f0-react 1.399.0 → 1.401.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.
@@ -660,11 +660,6 @@ declare module "gridstack" {
660
660
  }
661
661
 
662
662
 
663
- declare namespace Calendar {
664
- var displayName: string;
665
- }
666
-
667
-
668
663
  declare module "@tiptap/core" {
669
664
  interface Commands<ReturnType> {
670
665
  aiBlock: {
@@ -712,3 +707,8 @@ declare module "@tiptap/core" {
712
707
  };
713
708
  }
714
709
  }
710
+
711
+
712
+ declare namespace Calendar {
713
+ var displayName: string;
714
+ }