UNPKG

saltfish

Version:

An interactive video-guided tour system for web applications

6 lines 295 B
import type { CursorManager } from '../managers/CursorManager'; /** * Sets up UI updates by subscribing directly to the Zustand store */ export declare function setupUIUpdater(playerElement: HTMLElement, cursorManager: CursorManager | null): () => void; //# sourceMappingURL=UIUpdater.d.ts.map