@factorialco/f0-react 1.203.0 → 1.203.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.
- package/dist/experimental.d.ts +11 -10
- package/dist/experimental.js +2540 -2523
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -3345,6 +3345,11 @@ declare module "@tiptap/core" {
|
|
|
3345
3345
|
}
|
|
3346
3346
|
|
|
3347
3347
|
|
|
3348
|
+
declare namespace Calendar {
|
|
3349
|
+
var displayName: string;
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3352
|
+
|
|
3348
3353
|
declare module "@tiptap/core" {
|
|
3349
3354
|
interface Commands<ReturnType> {
|
|
3350
3355
|
moodTracker: {
|
|
@@ -3352,8 +3357,3 @@ declare module "@tiptap/core" {
|
|
|
3352
3357
|
};
|
|
3353
3358
|
}
|
|
3354
3359
|
}
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
declare namespace Calendar {
|
|
3358
|
-
var displayName: string;
|
|
3359
|
-
}
|