Only export TouchBar to start

This commit is contained in:
Kevin Sawicki 2017-03-01 16:12:44 -08:00
parent 5fe3ac60fa
commit 76f112ffc5

View file

@ -109,42 +109,6 @@ Object.defineProperties(exports, {
return require('../touch-bar')
}
},
TouchBarButton: {
enumerable: true,
get: function () {
return require('../touch-bar').Button
}
},
TouchBarColorPicker: {
enumerable: true,
get: function () {
return require('../touch-bar').ColorPicker
}
},
TouchBarGroup: {
enumerable: true,
get: function () {
return require('../touch-bar').Group
}
},
TouchBarLabel: {
enumerable: true,
get: function () {
return require('../touch-bar').Label
}
},
TouchBarPopOver: {
enumerable: true,
get: function () {
return require('../touch-bar').PopOver
}
},
TouchBarSlider: {
enumerable: true,
get: function () {
return require('../touch-bar').Slider
}
},
Tray: {
enumerable: true,
get: function () {