UNPKG
@vue-material/core
Version:
alpha (1.0.0-alpha.28)
latest (1.0.0-alpha.28)
1.0.0-alpha.28
1.0.0-alpha.27
1.0.0-alpha.26
1.0.0-alpha.25
1.0.0-alpha.24
1.0.0-alpha.23
1.0.0-alpha.22
1.0.0-alpha.21
1.0.0-alpha.20
1.0.0-alpha.19
1.0.0-alpha.18
1.0.0-alpha.17
1.0.0-alpha.16
1.0.0-alpha.15
1.0.0-alpha.14
1.0.0-alpha.13
1.0.0-alpha.12
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
Yet another 'Material Design Components' library for Vue3.
github.com/obillekyle/components
@vue-material/core
/
dist
/
components
/
Layout
/
index.d.ts
4 lines
(3 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
Fab
}
from
'./fab.vue'
;
export
{
default
as
Layout
,
default
}
from
'./layout.vue'
;
export
{
default
as
ScrollContainer
}
from
'./scroll-container.vue'
;