@factorialco/f0-react 2.23.0 → 2.24.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.
@@ -838,11 +838,6 @@ declare module "gridstack" {
838
838
  }
839
839
 
840
840
 
841
- declare namespace Calendar {
842
- var displayName: string;
843
- }
844
-
845
-
846
841
  declare module "@tiptap/core" {
847
842
  interface Commands<ReturnType> {
848
843
  aiBlock: {
@@ -892,6 +887,11 @@ declare module "@tiptap/core" {
892
887
  }
893
888
 
894
889
 
890
+ declare namespace Calendar {
891
+ var displayName: string;
892
+ }
893
+
894
+
895
895
  declare namespace F0GraphNodeWrapperInner {
896
896
  var displayName: string;
897
897
  }