File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,12 @@ const usedComponents: string[] = [
109
109
'GridItem' ,
110
110
'Header' ,
111
111
'Icon' ,
112
+ 'Image' ,
113
+ 'ImagePreview' ,
112
114
'Input' ,
113
115
'InputNumber' ,
114
116
'Layout' ,
117
+ 'Link' ,
115
118
'List' ,
116
119
'ListItem' ,
117
120
'ListItemMeta' ,
@@ -134,6 +137,7 @@ const usedComponents: string[] = [
134
137
'Page' ,
135
138
'PageHeader' ,
136
139
'Panel' ,
140
+ 'Paragraph' ,
137
141
'Password' ,
138
142
'Poptip' ,
139
143
'Progress' ,
@@ -145,7 +149,10 @@ const usedComponents: string[] = [
145
149
'Scroll' ,
146
150
'Select' ,
147
151
'Sider' ,
152
+ 'Skeleton' ,
153
+ 'SkeletonItem' ,
148
154
'Slider' ,
155
+ 'Space' ,
149
156
'Spin' ,
150
157
'Split' ,
151
158
'Step' ,
@@ -160,15 +167,18 @@ const usedComponents: string[] = [
160
167
'Tag' ,
161
168
'TagSelect' ,
162
169
'TagSelectOption' ,
170
+ 'Text' ,
163
171
'Time' ,
164
172
'Timeline' ,
165
173
'TimelineItem' ,
166
174
'TimePicker' ,
175
+ 'Title' ,
167
176
'Tooltip' ,
168
177
'Transfer' ,
169
178
'Tree' ,
170
179
'TreeSelect' ,
171
180
'Trend' ,
181
+ 'Typography' ,
172
182
'Upload' ,
173
183
'UserName' ,
174
184
'WordCount' ,
You can’t perform that action at this time.
0 commit comments