File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export class CommonUI implements IPublicApiCommonUI {
19
19
Card = Card ;
20
20
Checkbox = Checkbox ;
21
21
DatePicker = DatePicker ;
22
- Dialog = Dialog ;
22
+ Dialog = Dialog as any ;
23
23
Dropdown = Dropdown ;
24
24
Form = Form ;
25
25
Icon = Icon ;
@@ -31,15 +31,15 @@ export class CommonUI implements IPublicApiCommonUI {
31
31
Radio = Radio ;
32
32
Search = Search ;
33
33
Select = Select ;
34
- SplitButton = SplitButton ;
34
+ SplitButton = SplitButton as any ;
35
35
Step = Step ;
36
- Switch = Switch ;
36
+ Switch = Switch as any ;
37
37
Tab = Tab ;
38
38
Table = Table ;
39
39
Tree = Tree ;
40
40
TreeSelect = TreeSelect ;
41
41
Upload = Upload ;
42
- Divider = Divider ;
42
+ Divider = Divider as any ;
43
43
44
44
ContextMenu : ( ( props : {
45
45
menus : IPublicTypeContextMenuAction [ ] ;
You can’t perform that action at this time.
0 commit comments