UNPKG

@nodegui/nodegui

Version:

A cross-platform library to build native desktop apps.

10 lines (9 loc) 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CheckState = void 0; var CheckState; (function (CheckState) { CheckState[CheckState["Unchecked"] = 0] = "Unchecked"; CheckState[CheckState["PartiallyChecked"] = 1] = "PartiallyChecked"; CheckState[CheckState["Checked"] = 2] = "Checked"; })(CheckState = exports.CheckState || (exports.CheckState = {}));