UNPKG

sveltekit-sync

Version:
9 lines (8 loc) 409 B
/** * Awareness Utilities * * Helper functions and hooks for common awareness patterns. */ export { useCursorTracking, type CursorTrackingOptions, type CursorTrackingReturn } from './cursors.svelte.js'; export { useSelectionTracking, type SelectionTrackingOptions, type SelectionTrackingReturn } from './selections.svelte.js'; export { useWhoIsHere, type WhoIsHereReturn } from './who-is-here.svelte.js';