UNPKG
@hazyflame/ej2-dropdowns
Version:
latest (1.1.3)
1.1.3
Essential JS 2 DropDown Components
@hazyflame/ej2-dropdowns
/
src
/
global.js
5 lines
(4 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
import
*
as
index
from
'./index'
; index.
MultiSelect
.
Inject
(index.
CheckBoxSelection
); index.
ListBox
.
Inject
(index.
CheckBoxSelection
);
export
*
from
'./index'
;