saltfish
Version:
An interactive video-guided tour system for web applications
7 lines • 365 B
TypeScript
import { CursorManager } from '../managers/CursorManager';
/**
* Sets up UI updates by subscribing directly to the Zustand store
* This replaces the UIObserver class with a simpler, more direct approach
*/
export declare function setupUIUpdater(playerElement: HTMLElement, cursorManager: CursorManager | null): () => void;
//# sourceMappingURL=UIUpdater.d.ts.map