Type Alias EventEmitterContextProps
EventEmitterContextProps: {    register: (        obj: Object3D,        handlers: Record<string, EventEmitterCallback>,        ref?: any,    ) => () => void;} Type declaration
register: (
    obj: Object3D,
    handlers: Record<string, EventEmitterCallback>,
    ref?: any,
) => () => void