Skip to content

Commit b339df9

Browse files
committed
chore: update ts
1 parent bf693c7 commit b339df9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/utils/warningPropsUtil.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ import warning, { noteOnce } from 'rc-util/lib/warning';
33
import toNodeArray from 'rc-util/lib/Children/toArray';
44
import { convertChildrenToData } from './legacyUtil';
55
import { toArray } from './commonUtil';
6-
import type {
7-
RawValueType,
8-
LabelInValueType,
9-
BaseOptionType,
10-
InternalSelectProps,
11-
} from '../Select';
6+
import type { RawValueType, LabelInValueType, BaseOptionType, SelectProps } from '../Select';
127
import { isMultiple } from '../BaseSelect';
138

14-
function warningProps(props: InternalSelectProps) {
9+
function warningProps(props: SelectProps) {
1510
const {
1611
mode,
1712
options,

0 commit comments

Comments
 (0)