import { Subject } from 'rxjs'; import { Vector3 } from 'three'; export type TWithReactivePosition = Readonly<{ value$: Subject; update: () => void; }>;