Updated Liveblocks Config

This commit is contained in:
Ahmad 2024-07-07 20:04:37 -04:00
parent 2369c749dc
commit c11f20c627
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -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.