UNPKG
@hazyflame/ej2-dropdowns
Version:
latest (1.1.3)
1.1.3
Essential JS 2 DropDown Components
@hazyflame/ej2-dropdowns
/
src
/
list-box
/
index.d.ts
7 lines
(6 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * export all modules from current location */
export
*
from
'./list-box'
;
export
*
from
'./list-box-model'
;
export
*
from
'../multi-select/checkbox-selection'
;