Skip to content

Commit f44d6d9

Browse files
committed
fix type
1 parent 3b38bde commit f44d6d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hooks/useDataEntities.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import * as React from 'react';
22
import { convertDataToEntities } from 'rc-tree/lib/utils/treeUtil';
33
import type { DataEntity } from 'rc-tree/lib/interface';
4-
import type { FieldNames } from '../TreeSelect';
5-
import type { SafeKey } from '../interface';
4+
import type { SafeKey, FieldNames } from '../interface';
65
import warning from 'rc-util/lib/warning';
76
import { isNil } from '../utils/valueUtil';
87

0 commit comments

Comments
 (0)