File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import KeyCode from '@rc-component/util/lib/KeyCode';
55import pickAttrs from '@rc-component/util/lib/pickAttrs' ;
66import * as React from 'react' ;
77import { useEffect , useRef } from 'react' ;
8- import type { ClosableType , IDialogPropTypes } from '../IDialogPropTypes' ;
8+ import type { IDialogPropTypes } from '../IDialogPropTypes' ;
99import { getMotionName } from '../util' ;
1010import Content , { type ContentRef } from './Content' ;
1111import Mask from './Mask' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Portal from '@rc-component/portal';
22import * as React from 'react' ;
33import { RefContext } from './context' ;
44import Dialog from './Dialog' ;
5- import type { ClosableType , IDialogPropTypes } from './IDialogPropTypes' ;
5+ import type { IDialogPropTypes } from './IDialogPropTypes' ;
66
77// fix issue #10656
88/*
You can’t perform that action at this time.
0 commit comments