UNPKG

starling-framework

Version:

A fast, productive library for 2D cross-platform development.

39 lines (21 loc) 909 B
// Class: starling.text.TextFieldAutoSize var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this $global.Object.defineProperty(exports, "__esModule", {value: true}); var __map_reserved = {}; // Imports var $hxClasses = require("./../../hxClasses_stub").default; // Constructor var TextFieldAutoSize = function(){} // Meta TextFieldAutoSize.__name__ = ["starling","text","TextFieldAutoSize"]; TextFieldAutoSize.prototype = { }; TextFieldAutoSize.prototype.__class__ = TextFieldAutoSize.prototype.constructor = $hxClasses["starling.text.TextFieldAutoSize"] = TextFieldAutoSize; // Init // Statics TextFieldAutoSize.NONE = "none" TextFieldAutoSize.HORIZONTAL = "horizontal" TextFieldAutoSize.VERTICAL = "vertical" TextFieldAutoSize.BOTH_DIRECTIONS = "bothDirections" // Export exports.default = TextFieldAutoSize;