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