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
/
stackblitz
/
types.d.ts
9 lines
(8 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
type
StackblitzProps
= {
fileList
:
Array
<{
name
:
string
;
content
:
string
; }>;
depsVersion
?:
Record
<
string
,
string
>;
actionUrl
?:
string
; };