UNPKG

307 BTypeScriptView Raw
1import type { Container } from "../../../Core/Container";
2import { ExternalInteractorBase } from "../../../Core/ExternalInteractorBase";
3export declare class Grabber extends ExternalInteractorBase {
4 constructor(container: Container);
5 isEnabled(): boolean;
6 reset(): void;
7 interact(): void;
8}