UNPKG
@lookwe/lui
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Lookwe UI web components
github.com/Lookwe69/lui
@lookwe/lui
/
components
/
all.js
5 lines
(4 loc)
•
246 B
JavaScript
View Raw
1
2
3
4
5
export
{
LuiButton
}
from
'./button/lui-button.js'
;
export
{
LuiOutlinedButton
}
from
'./button/lui-outlined-button.js'
;
export
{
LuiDivider
}
from
'./divider/lui-divider.js'
;
export
{
LuiIntersection
}
from
'./intersection/lui-intersection.js'
;