Skip to content

Commit 220c2e7

Browse files
authored
Update mui-framework.type.ts
1 parent 5a8e5a0 commit 220c2e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export interface UIFramework {
9595
ActiveComp: any;
9696
Div: FunctionComponent<{ className?: any; style?: React.CSSProperties; }>;
9797
Span: FunctionComponent<{ className?: any; style?: React.CSSProperties; }>;
98-
FieldsetHTML: FunctionComponent<{ className: any; }>;
98+
FieldsetHTML: any;
9999
Para: FunctionComponent<{ className: any; }>;
100100
};
101101
styles: {
@@ -106,4 +106,4 @@ export interface UIFramework {
106106
FieldStyles: any;
107107
FormStepperStyles: any;
108108
};
109-
}
109+
}

0 commit comments

Comments
 (0)