UNPKG

@solidgate/client-sdk-loader

Version:
9 lines (8 loc) 290 B
var InteractionType; (function (InteractionType) { InteractionType["Click"] = "click"; InteractionType["Focus"] = "focus"; InteractionType["Blur"] = "blur"; InteractionType["Change"] = "change"; })(InteractionType || (InteractionType = {})); export default InteractionType;