@factorialco/f0-react 1.200.4 → 1.200.5
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.
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +291 -291
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -2768,6 +2768,11 @@ declare module "@tiptap/core" {
|
|
|
2768
2768
|
}
|
|
2769
2769
|
|
|
2770
2770
|
|
|
2771
|
+
declare namespace Calendar {
|
|
2772
|
+
var displayName: string;
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2775
|
+
|
|
2771
2776
|
declare module "@tiptap/core" {
|
|
2772
2777
|
interface Commands<ReturnType> {
|
|
2773
2778
|
moodTracker: {
|
|
@@ -2775,8 +2780,3 @@ declare module "@tiptap/core" {
|
|
|
2775
2780
|
};
|
|
2776
2781
|
}
|
|
2777
2782
|
}
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
declare namespace Calendar {
|
|
2781
|
-
var displayName: string;
|
|
2782
|
-
}
|