@factorialco/f0-react 1.438.0 → 1.438.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.
@@ -748,6 +748,11 @@ declare module "gridstack" {
748
748
  }
749
749
 
750
750
 
751
+ declare namespace Calendar {
752
+ var displayName: string;
753
+ }
754
+
755
+
751
756
  declare module "@tiptap/core" {
752
757
  interface Commands<ReturnType> {
753
758
  aiBlock: {
@@ -795,8 +800,3 @@ declare module "@tiptap/core" {
795
800
  };
796
801
  }
797
802
  }
798
-
799
-
800
- declare namespace Calendar {
801
- var displayName: string;
802
- }