Skip to content

Commit

Permalink
feat: expose DropdownPosition type (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
simondel authored and varnastadeus committed Nov 1, 2019
1 parent abb4467 commit 048ef73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng-select/public-api.ts
Expand Up @@ -2,7 +2,7 @@
* Public API Surface of ng-select
*/

export { NgSelectComponent, SELECTION_MODEL_FACTORY } from './lib/ng-select.component';
export { DropdownPosition, NgSelectComponent, SELECTION_MODEL_FACTORY } from './lib/ng-select.component';
export { NgSelectModule } from './lib/ng-select.module';
export { NgOption } from './lib/ng-select.types';
export { SelectionModel } from './lib/selection-model';
Expand Down

0 comments on commit 048ef73

Please sign in to comment.