declare namespace openfl.display { export enum LineScaleMode { HORIZONTAL = "horizontal", NONE = "none", NORMAL = "normal", VERTICAL = "vertical", } } export default openfl.display.LineScaleMode;