UNPKG
nutui-taro-upgrade
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
@nutui/nutui-taro 对京东风格组件库的taro4 版本支持
nutui.jd.com
aoao2239/nutui-taro-upgrade
nutui-taro-upgrade
/
dist
/
types
/
__VUE
/
comment
/
type.d.ts
11 lines
(10 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
VideosType
{
id
?:
number
|
string
;
mainUrl
:
string
;
videoUrl
:
string
; }
export
interface
ImagesType
{
smallImgUrl
:
string
;
bigImgUrl
:
string
;
imgUrl
:
string
; }