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.
material
1 parent ccf156d commit 5de6d92Copy full SHA for 5de6d92
packages/material/src/complex/ValidationIcon.tsx
@@ -27,13 +27,8 @@ import React from 'react';
27
import Badge from '@material-ui/core/Badge';
28
import ErrorOutlineIcon from '@material-ui/icons/ErrorOutline';
29
import Tooltip from '@material-ui/core/Tooltip';
30
-import {
31
- StyledComponentProps,
32
- withStyles,
33
- WithStyles,
34
- createStyles,
35
- Theme
36
-} from '@material-ui/core/styles';
+import type { StyledComponentProps, WithStyles } from '@material-ui/core/styles';
+import { createStyles, Theme, withStyles } from '@material-ui/core/styles';
37
38
export { StyledComponentProps };
39
const styles = createStyles(({ palette }: Theme) => ({
0 commit comments