@dark-engine/platform-desktop
Version:
Dark renderer to desktop platforms like Windows, Linux, macOS via Nodegui and Qt
14 lines (13 loc) • 568 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
exports.QDarkRadioButton = exports.RadioButton = void 0;
const nodegui_1 = require('@nodegui/nodegui');
const core_1 = require('@dark-engine/core');
const factory_1 = require('../factory');
const RadioButton = (0, core_1.component)(props => (0, factory_1.qRadioButton)(props), {
displayName: 'RadioButton',
});
exports.RadioButton = RadioButton;
class QDarkRadioButton extends nodegui_1.QRadioButton {}
exports.QDarkRadioButton = QDarkRadioButton;
//# sourceMappingURL=radio-button.js.map