UNPKG

@nodegui/nodegui

Version:

A cross-platform library to build native desktop apps.

9 lines (8 loc) 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Orientation = void 0; var Orientation; (function (Orientation) { Orientation[Orientation["Horizontal"] = 1] = "Horizontal"; Orientation[Orientation["Vertical"] = 2] = "Vertical"; })(Orientation = exports.Orientation || (exports.Orientation = {}));