Skip to content

Commit aa031ed

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ export interface UIFramework {
9393
FormGroup: any;
9494
FormHelperText: any;
9595
ActiveComp: any;
96-
Div: FunctionComponent<{ className?: any; style?: React.CSSProperties; }>;
97-
Span: FunctionComponent<{ className?: any; style?: React.CSSProperties; }>;
96+
Div: any;
97+
Span: any;
9898
FieldsetHTML: any;
99-
Para: FunctionComponent<{ className: any; }>;
99+
Para: any;
100100
};
101101
styles: {
102102
FieldSetStyles: any;

0 commit comments

Comments
 (0)