Skip to content

Commit 5b4a97f

Browse files
authored
Update mui-framework.type.ts
1 parent aa031ed commit 5b4a97f

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

scripts/installer/frameworks/react/src/ui-framework/types/mui-framework.type.ts

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,9 @@ export interface UIFramework {
4444
platform: UIFrameworkPlatforms;
4545
components: Components;
4646
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;
7150
ValidationMessages: any;
7251
};
7352
wrapperComponents: {

0 commit comments

Comments
 (0)