UNPKG

@nodegui/nodegui

Version:

A cross-platform library to build native desktop apps.

12 lines (11 loc) 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DialogLabel = void 0; var DialogLabel; (function (DialogLabel) { DialogLabel[DialogLabel["LookIn"] = 0] = "LookIn"; DialogLabel[DialogLabel["FileName"] = 1] = "FileName"; DialogLabel[DialogLabel["FileType"] = 2] = "FileType"; DialogLabel[DialogLabel["Accept"] = 3] = "Accept"; DialogLabel[DialogLabel["Reject"] = 4] = "Reject"; })(DialogLabel = exports.DialogLabel || (exports.DialogLabel = {}));