UNPKG

@solidgate/client-sdk-loader

Version:
13 lines (12 loc) 476 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var InteractionType; (function (InteractionType) { InteractionType["Click"] = "click"; InteractionType["PageClose"] = "pageClose"; InteractionType["ResetRequested"] = "resetRequested"; InteractionType["Focus"] = "focus"; InteractionType["Blur"] = "blur"; InteractionType["Change"] = "change"; })(InteractionType || (InteractionType = {})); exports.default = InteractionType;