Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jan 16, 2024
1 parent cda5ce4 commit 906693d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material-next/src/Switch/Switch.types.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import * as React from 'react';
import { SxProps } from '@mui/system';
import { OverridableStringUnion, OverrideProps, PartiallyRequired } from '@mui/types';
import { Theme } from '../styles';
// eslint-disable-next-line no-restricted-imports
import { InternalStandardProps as StandardProps } from '@mui/material';
import type { SwitchBaseProps } from '@mui/material/internal/SwitchBase';
import { Theme } from '../styles';
import { SwitchClasses } from './switchClasses';

export interface SwitchPropsSizeOverrides {}
Expand Down

0 comments on commit 906693d

Please sign in to comment.