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