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