UNPKG
press-tdesign-vue-next
Version:
latest (1.0.36)
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.30
1.0.23
1.0.22
1.0.21
1.0.20
1.0.12
1.0.1
1.0.0
0.0.40
0.0.38
0.0.37
0.0.36
0.0.9
二次封装 tdesign-vue-next
novlan1.github.io/press-components/
novlan1/press-components
press-tdesign-vue-next
/
dist
/
types
/
image-grid
/
types.d.ts
12 lines
(11 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
RawImage
{
qiniu_key
?:
string
;
origin_name
?:
string
;
updatedAt
?:
string
;
createdAt
?:
string
;
id
?:
string
; }
export
interface
ParsedImage
extends
RawImage
{
url
:
string
;
name
:
string
; }