UNPKG
vue-select-avatar
Version:
latest (3.0.0-alpha.5)
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
/
data.d.ts
4 lines
(3 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
import
{
Position
}
from
'./types'
;
export
declare
const
accept =
"image/jpeg, image/png, image/webp, image/bmp, image/svg+xml, image/avif, image/tiff"
;
export
declare
const
getDefaultPosition
:
() =>
Position
;