UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

26 lines (25 loc) 917 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TweakInputs = exports.SpecialInputs = void 0; /** * Special Inputs */ var SpecialInputs; (function (SpecialInputs) { SpecialInputs["BUTTON"] = "BUTTON"; SpecialInputs["BUTTON_GROUP"] = "BUTTON_GROUP"; SpecialInputs["MONITOR"] = "MONITOR"; SpecialInputs["FOLDER"] = "FOLDER"; })(SpecialInputs = exports.SpecialInputs || (exports.SpecialInputs = {})); var TweakInputs; (function (TweakInputs) { TweakInputs["SELECT"] = "SELECT"; TweakInputs["IMAGE"] = "IMAGE"; TweakInputs["NUMBER"] = "NUMBER"; TweakInputs["COLOR"] = "COLOR"; TweakInputs["STRING"] = "STRING"; TweakInputs["BOOLEAN"] = "BOOLEAN"; TweakInputs["INTERVAL"] = "INTERVAL"; TweakInputs["VECTOR3D"] = "VECTOR3D"; TweakInputs["VECTOR2D"] = "VECTOR2D"; })(TweakInputs = exports.TweakInputs || (exports.TweakInputs = {}));