Only export TouchBar to start
This commit is contained in:
parent
5fe3ac60fa
commit
76f112ffc5
1 changed files with 0 additions and 36 deletions
|
@ -109,42 +109,6 @@ Object.defineProperties(exports, {
|
||||||
return require('../touch-bar')
|
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: {
|
Tray: {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
get: function () {
|
get: function () {
|
||||||
|
|
Loading…
Reference in a new issue