mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-07 03:32:51 +00:00
Updated Liveblocks Config
This commit is contained in:
parent
2369c749dc
commit
c11f20c627
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ declare global {
|
||||||
interface Liveblocks {
|
interface Liveblocks {
|
||||||
// Each user's Presence, for useMyPresence, useOthers, etc.
|
// Each user's Presence, for useMyPresence, useOthers, etc.
|
||||||
Presence: {
|
Presence: {
|
||||||
// Example, real-time cursor coordinates
|
cursor: { x: number; y: number } | null;
|
||||||
// cursor: { x: number; y: number };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// The Storage tree for the room, for useMutation, useStorage, etc.
|
// The Storage tree for the room, for useMutation, useStorage, etc.
|
||||||
|
|
Loading…
Reference in a new issue