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 {
1919 Card = Card ;
2020 Checkbox = Checkbox ;
2121 DatePicker = DatePicker ;
22- Dialog = Dialog ;
22+ Dialog = Dialog as any ;
2323 Dropdown = Dropdown ;
2424 Form = Form ;
2525 Icon = Icon ;
@@ -31,15 +31,15 @@ export class CommonUI implements IPublicApiCommonUI {
3131 Radio = Radio ;
3232 Search = Search ;
3333 Select = Select ;
34- SplitButton = SplitButton ;
34+ SplitButton = SplitButton as any ;
3535 Step = Step ;
36- Switch = Switch ;
36+ Switch = Switch as any ;
3737 Tab = Tab ;
3838 Table = Table ;
3939 Tree = Tree ;
4040 TreeSelect = TreeSelect ;
4141 Upload = Upload ;
42- Divider = Divider ;
42+ Divider = Divider as any ;
4343
4444 ContextMenu : ( ( props : {
4545 menus : IPublicTypeContextMenuAction [ ] ;
You can’t perform that action at this time.
0 commit comments