File tree Expand file tree Collapse file tree 1 file changed +3
-24
lines changed
scripts/installer/frameworks/react/src/ui-framework/types Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -44,30 +44,9 @@ export interface UIFramework {
44
44
platform : UIFrameworkPlatforms ;
45
45
components : Components ;
46
46
internal : {
47
- CrossPlatformWrapper : FunctionComponent < {
48
- classes : any ,
49
- uiSchema : any ,
50
- defaultTheme : any ,
51
- theme : any ,
52
- RenderFormButtons : any ,
53
- actionButtonPos : any ,
54
- hasPageLayoutSteps : any ,
55
- isFormLoading : any ,
56
- } > ;
57
- CrossPlatformLoadingWrapper : FunctionComponent < { } > ;
58
- FormButtons : FunctionComponent < {
59
- classes : any ;
60
- onCancel : any ;
61
- onSubmit : any ;
62
- submitValue : any ;
63
- cancelValue : any ;
64
- inProgressValue : any ;
65
- disabled : any ;
66
- cancelVariant : any ;
67
- submitVariant : any ;
68
- activityIndicatorEnabled : any ;
69
- inProgress : any ;
70
- } > ;
47
+ CrossPlatformWrapper : any ;
48
+ CrossPlatformLoadingWrapper : any ;
49
+ FormButtons : any ;
71
50
ValidationMessages : any ;
72
51
} ;
73
52
wrapperComponents : {
You can’t perform that action at this time.
0 commit comments