Skip to content

Commit 64b952f

Browse files
author
刘欢
committed
fix: lint error
1 parent a785966 commit 64b952f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Dialog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import KeyCode from '@rc-component/util/lib/KeyCode';
55
import pickAttrs from '@rc-component/util/lib/pickAttrs';
66
import * as React from 'react';
77
import { useEffect, useRef } from 'react';
8-
import type { ClosableType, IDialogPropTypes } from '../IDialogPropTypes';
8+
import type { IDialogPropTypes } from '../IDialogPropTypes';
99
import { getMotionName } from '../util';
1010
import Content, { type ContentRef } from './Content';
1111
import Mask from './Mask';

src/DialogWrap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Portal from '@rc-component/portal';
22
import * as React from 'react';
33
import { RefContext } from './context';
44
import Dialog from './Dialog';
5-
import type { ClosableType, IDialogPropTypes } from './IDialogPropTypes';
5+
import type { IDialogPropTypes } from './IDialogPropTypes';
66

77
// fix issue #10656
88
/*

0 commit comments

Comments
 (0)