UNPKG

321 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.InteractorType = void 0;
4var InteractorType;
5(function (InteractorType) {
6 InteractorType["external"] = "external";
7 InteractorType["particles"] = "particles";
8})(InteractorType || (exports.InteractorType = InteractorType = {}));