@factorialco/f0-react 1.334.0 → 1.336.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.
@@ -526,6 +526,11 @@ declare module "gridstack" {
526
526
  }
527
527
 
528
528
 
529
+ declare namespace Calendar {
530
+ var displayName: string;
531
+ }
532
+
533
+
529
534
  declare module "@tiptap/core" {
530
535
  interface Commands<ReturnType> {
531
536
  aiBlock: {
@@ -552,8 +557,3 @@ declare module "@tiptap/core" {
552
557
  };
553
558
  }
554
559
  }
555
-
556
-
557
- declare namespace Calendar {
558
- var displayName: string;
559
- }