/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import React from 'react'; import { TransformHandles } from '@pmndrs/handle'; import type { XRController } from 'iwer/lib/device/XRController.js'; interface ControllerProps { controller: XRController; handle: TransformHandles; handedness: string; pointerLocked: boolean; } export declare const ControllerUI: React.FC; export {}; //# sourceMappingURL=controller.d.ts.map