@syncfusion/ej2-vue-dropdowns
Version:
Essential JS 2 DropDown Components for Vue
9 lines (8 loc) • 684 B
JavaScript
export * from '@syncfusion/ej2-dropdowns';
export { DropDownListComponent, DropDownListPlugin } from './drop-down-list/dropdownlist.component';
export { ComboBoxComponent, ComboBoxPlugin } from './combo-box/combobox.component';
export { AutoCompleteComponent, AutoCompletePlugin } from './auto-complete/autocomplete.component';
export { MultiSelectComponent, MultiSelectPlugin } from './multi-select/multiselect.component';
export { ListBoxComponent, ListBoxPlugin } from './list-box/listbox.component';
export { DropDownTreeComponent, DropDownTreePlugin } from './drop-down-tree/dropdowntree.component';
export { MentionComponent, MentionPlugin } from './mention/mention.component';