UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

7 lines 323 B
export var TextEditorMode; (function (TextEditorMode) { TextEditorMode[TextEditorMode["Default"] = 0] = "Default"; TextEditorMode[TextEditorMode["Html"] = 1] = "Html"; TextEditorMode[TextEditorMode["None"] = 2] = "None"; })(TextEditorMode || (TextEditorMode = {})); //# sourceMappingURL=ITextParams.js.map