File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import KeyCode from '@rc-component/util/lib/KeyCode';
5
5
import pickAttrs from '@rc-component/util/lib/pickAttrs' ;
6
6
import * as React from 'react' ;
7
7
import { useEffect , useRef } from 'react' ;
8
- import type { ClosableType , IDialogPropTypes } from '../IDialogPropTypes' ;
8
+ import type { IDialogPropTypes } from '../IDialogPropTypes' ;
9
9
import { getMotionName } from '../util' ;
10
10
import Content , { type ContentRef } from './Content' ;
11
11
import Mask from './Mask' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Portal from '@rc-component/portal';
2
2
import * as React from 'react' ;
3
3
import { RefContext } from './context' ;
4
4
import Dialog from './Dialog' ;
5
- import type { ClosableType , IDialogPropTypes } from './IDialogPropTypes' ;
5
+ import type { IDialogPropTypes } from './IDialogPropTypes' ;
6
6
7
7
// fix issue #10656
8
8
/*
You can’t perform that action at this time.
0 commit comments