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 {
// Each user's Presence, for useMyPresence, useOthers, etc.
Presence: {
// Example, real-time cursor coordinates
// cursor: { x: number; y: number };
cursor: { x: number; y: number } | null;
};
// The Storage tree for the room, for useMutation, useStorage, etc.