@syncfusion/ej2
Version:
A modern JavaScript UI toolkit that has been built from the ground up to be lightweight, responsive, modular and touch friendly. It is written in TypeScript and has no external dependencies.
8 lines (7 loc) • 358 B
text/typescript
import * as index from '@syncfusion/ej2-dropdowns';
index.DropDownList.Inject( index.VirtualScroll);
index.ComboBox.Inject( index.VirtualScroll);
index.AutoComplete.Inject( index.VirtualScroll);
index.MultiSelect.Inject( index.CheckBoxSelection,index.VirtualScroll);
index.ListBox.Inject( index.CheckBoxSelection);
export * from '@syncfusion/ej2-dropdowns';