@aut-labs/d-aut
Version:
## Web Component - what it does
18 lines (17 loc) • 779 B
JavaScript
export var FlowConfigMode;
(function (FlowConfigMode) {
FlowConfigMode["SignIn"] = "signin";
FlowConfigMode["SignUp"] = "signup";
FlowConfigMode["FreeMode"] = "freeMode";
})(FlowConfigMode || (FlowConfigMode = {}));
export var AttributesDefinitions;
(function (AttributesDefinitions) {
AttributesDefinitions["use-dev"] = "boolean";
AttributesDefinitions["hub-address"] = "string";
AttributesDefinitions["hide-button"] = "boolean";
AttributesDefinitions["ipfs-gateway"] = "string";
AttributesDefinitions["menu-items"] = "object";
AttributesDefinitions["network"] = "object";
AttributesDefinitions["flow-config"] = "object";
AttributesDefinitions["allowed-role-id"] = "string";
})(AttributesDefinitions || (AttributesDefinitions = {}));