export abstract button (#230)

* export abstract button

* bump version
This commit is contained in:
Atul R 2019-11-27 23:49:27 +01:00 committed by GitHub
parent 0ed44e458e
commit 06a787bedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@nodegui/nodegui",
"version": "0.6.8",
"version": "0.6.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@nodegui/nodegui",
"version": "0.6.8",
"version": "0.6.9",
"description": "A cross platform library to build native desktop apps.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

View File

@ -19,6 +19,7 @@ export { NodeWidget } from './lib/QtWidgets/QWidget';
export { NodeLayout } from './lib/QtWidgets/QLayout';
export { QAbstractScrollArea } from './lib/QtWidgets/QAbstractScrollArea';
export { QAbstractSlider } from './lib/QtWidgets/QAbstractSlider';
export { QAbstractButton } from './lib/QtWidgets/QAbstractButton';
// Widgets:
export { QWidget, QWidgetEvents } from './lib/QtWidgets/QWidget';
export { QCheckBox, QCheckBoxEvents } from './lib/QtWidgets/QCheckBox';