UNPKG

aurelia-bootstrap-select

Version:
17 lines (12 loc) 559 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.PickerConfig = undefined; var _pickerGlobalOptions = require('./picker-global-options'); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var PickerConfig = exports.PickerConfig = function PickerConfig() { _classCallCheck(this, PickerConfig); this.extra = _pickerGlobalOptions.globalExtraOptions; this.options = _pickerGlobalOptions.globalPickerOptions; };