UNPKG

216 BJavaScriptView Raw
1export var TypeaheadOptions = (function () {
2 function TypeaheadOptions(options) {
3 Object.assign(this, options);
4 }
5 return TypeaheadOptions;
6}());
7//# sourceMappingURL=typeahead-options.class.js.map
\No newline at end of file