We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8e5a0 commit 220c2e7Copy full SHA for 220c2e7
scripts/installer/frameworks/react/src/ui-framework/types/mui-framework.type.ts
@@ -95,7 +95,7 @@ export interface UIFramework {
95
ActiveComp: any;
96
Div: FunctionComponent<{ className?: any; style?: React.CSSProperties; }>;
97
Span: FunctionComponent<{ className?: any; style?: React.CSSProperties; }>;
98
- FieldsetHTML: FunctionComponent<{ className: any; }>;
+ FieldsetHTML: any;
99
Para: FunctionComponent<{ className: any; }>;
100
};
101
styles: {
@@ -106,4 +106,4 @@ export interface UIFramework {
106
FieldStyles: any;
107
FormStepperStyles: any;
108
109
-}
+}
0 commit comments