Skip to content

Commit

Permalink
fix Backdrop import
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Jan 15, 2025
1 parent de4de37 commit 4c61efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mui-material/src/Dialog/Dialog.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as React from 'react';
import { SxProps, Breakpoint } from '@mui/system';
import { BackdropProps, InternalStandardProps as StandardProps, Theme } from '..';
import { InternalStandardProps as StandardProps, Theme } from '..';
import { BackdropProps } from '../Backdrop';
import { PaperProps } from '../Paper';
import { ModalProps } from '../Modal';
import { TransitionProps } from '../transitions/transition';
Expand Down

0 comments on commit 4c61efb

Please sign in to comment.