@factorialco/f0-react 2.49.0 → 2.51.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.
@@ -869,11 +869,6 @@ declare module "gridstack" {
869
869
  }
870
870
 
871
871
 
872
- declare namespace Calendar {
873
- var displayName: string;
874
- }
875
-
876
-
877
872
  declare module "@tiptap/core" {
878
873
  interface Commands<ReturnType> {
879
874
  enhanceHighlight: {
@@ -923,6 +918,11 @@ declare module "@tiptap/core" {
923
918
  }
924
919
 
925
920
 
921
+ declare namespace Calendar {
922
+ var displayName: string;
923
+ }
924
+
925
+
926
926
  declare namespace F0GraphNodeWrapperInner {
927
927
  var displayName: string;
928
928
  }