UNPKG

@solidgate/client-sdk-loader

Version:
9 lines (8 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var InteractionTargetType; (function (InteractionTargetType) { InteractionTargetType["Input"] = "input"; InteractionTargetType["Button"] = "button"; })(InteractionTargetType || (InteractionTargetType = {})); exports.default = InteractionTargetType;