@factorialco/f0-react 1.414.1 → 1.415.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.
@@ -697,11 +697,6 @@ declare module "gridstack" {
697
697
  }
698
698
 
699
699
 
700
- declare namespace Calendar {
701
- var displayName: string;
702
- }
703
-
704
-
705
700
  declare module "@tiptap/core" {
706
701
  interface Commands<ReturnType> {
707
702
  aiBlock: {
@@ -749,3 +744,8 @@ declare module "@tiptap/core" {
749
744
  };
750
745
  }
751
746
  }
747
+
748
+
749
+ declare namespace Calendar {
750
+ var displayName: string;
751
+ }