@factorialco/f0-react 1.358.0 → 1.358.1

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.
@@ -611,11 +611,6 @@ declare module "gridstack" {
611
611
  }
612
612
 
613
613
 
614
- declare namespace Calendar {
615
- var displayName: string;
616
- }
617
-
618
-
619
614
  declare module "@tiptap/core" {
620
615
  interface Commands<ReturnType> {
621
616
  aiBlock: {
@@ -652,3 +647,8 @@ declare module "@tiptap/core" {
652
647
  };
653
648
  }
654
649
  }
650
+
651
+
652
+ declare namespace Calendar {
653
+ var displayName: string;
654
+ }