UNPKG
vue-select-avatar
Version:
latest (3.0.0-alpha.8)
3.0.0-alpha.8
3.0.0-alpha.7
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.1
2.0.3
2.0.2
2.0.1
2.0.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.0.0
基于 vue 选择头像
github.com/xiangheng08/vue-select-avatar
xiangheng08/vue-select-avatar
vue-select-avatar
/
dist
/
index.d.ts
8 lines
(7 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
default
as
Preview
}
from
'./Preview.vue'
;
import
{
default
as
Viewport
}
from
'./Viewport.vue'
;
export
*
from
'./utils'
;
export
*
from
'./data'
;
export
*
from
'./types'
;
export
*
from
'./error'
;
export
{
Preview
,
Viewport
};