/** * HandMenuTrait.ts * * Trait for UI panels attached to the user's hand/wrist. * Uses SpringAnimator for smooth show/hide transitions. */ import type { TraitHandler } from '@holoscript/core'; import { UIHandMenuTrait } from './UITraits'; export declare const handMenuHandler: TraitHandler; //# sourceMappingURL=HandMenuTrait.d.ts.map