UNPKG

sveltekit-sync

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