UNPKG

@dark-engine/platform-desktop

Version:

Dark renderer to desktop platforms like Windows, Linux, macOS via Nodegui and Qt

10 lines (9 loc) 386 B
import { QDoubleSpinBox } from '@nodegui/nodegui'; import { component } from '@dark-engine/core'; import { qDoubleSpinBox } from '../factory'; const DoubleSpinBox = component(props => qDoubleSpinBox(props), { displayName: 'DoubleSpinBox', }); class QDarkDoubleSpinBox extends QDoubleSpinBox {} export { DoubleSpinBox, QDarkDoubleSpinBox }; //# sourceMappingURL=double-spin-box.js.map