@factorialco/f0-react 1.427.0 → 1.427.2

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.
@@ -729,11 +729,6 @@ declare module "gridstack" {
729
729
  }
730
730
 
731
731
 
732
- declare namespace Calendar {
733
- var displayName: string;
734
- }
735
-
736
-
737
732
  declare module "@tiptap/core" {
738
733
  interface Commands<ReturnType> {
739
734
  aiBlock: {
@@ -781,3 +776,8 @@ declare module "@tiptap/core" {
781
776
  };
782
777
  }
783
778
  }
779
+
780
+
781
+ declare namespace Calendar {
782
+ var displayName: string;
783
+ }