@factorialco/f0-react 1.452.0 → 1.453.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.
@@ -775,6 +775,11 @@ declare module "gridstack" {
775
775
  }
776
776
 
777
777
 
778
+ declare namespace Calendar {
779
+ var displayName: string;
780
+ }
781
+
782
+
778
783
  declare module "@tiptap/core" {
779
784
  interface Commands<ReturnType> {
780
785
  aiBlock: {
@@ -822,8 +827,3 @@ declare module "@tiptap/core" {
822
827
  };
823
828
  }
824
829
  }
825
-
826
-
827
- declare namespace Calendar {
828
- var displayName: string;
829
- }