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 220c2e7 commit aa031edCopy full SHA for aa031ed
scripts/installer/frameworks/react/src/ui-framework/types/mui-framework.type.ts
@@ -93,10 +93,10 @@ export interface UIFramework {
93
FormGroup: any;
94
FormHelperText: any;
95
ActiveComp: any;
96
- Div: FunctionComponent<{ className?: any; style?: React.CSSProperties; }>;
97
- Span: FunctionComponent<{ className?: any; style?: React.CSSProperties; }>;
+ Div: any;
+ Span: any;
98
FieldsetHTML: any;
99
- Para: FunctionComponent<{ className: any; }>;
+ Para: any;
100
};
101
styles: {
102
FieldSetStyles: any;
0 commit comments