UNPKG

@solidgate/client-sdk-loader

Version:
11 lines (10 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var InteractionType; (function (InteractionType) { InteractionType["Click"] = "click"; InteractionType["Focus"] = "focus"; InteractionType["Blur"] = "blur"; InteractionType["Change"] = "change"; })(InteractionType || (InteractionType = {})); exports.default = InteractionType;