sveltekit-sync
Version:
Local-first sync engine for SvelteKit
9 lines (8 loc) • 409 B
TypeScript
/**
* 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';