UNPKG

@nodegui/nodegui

Version:

A cross-platform library to build native desktop apps.

11 lines (10 loc) 451 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Direction = void 0; var Direction; (function (Direction) { Direction[Direction["LeftToRight"] = 0] = "LeftToRight"; Direction[Direction["RightToLeft"] = 1] = "RightToLeft"; Direction[Direction["TopToBottom"] = 2] = "TopToBottom"; Direction[Direction["BottomToTop"] = 3] = "BottomToTop"; })(Direction = exports.Direction || (exports.Direction = {}));