UNPKG
@itools-front/ifrontui
Version:
latest (2.8.6)
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
Vue Material Component Framework
@itools-front/ifrontui
/
src
/
components
/
VAppBar
/
index.ts
14 lines
(11 loc)
•
276 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
VAppBar
from
'./VAppBar'
import
VAppBarNavIcon
from
'./VAppBarNavIcon'
import
VAppBarTitle
from
'./VAppBarTitle'
export
{
VAppBar
,
VAppBarNavIcon
,
VAppBarTitle
}
export
default
{
$_ifrontui_subcomponents
: {
VAppBar
,
VAppBarNavIcon
,
VAppBarTitle
, }, }