Skip to content

Commit

Permalink
fix(check-cascader): type error
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Aug 11, 2023
1 parent 45b0e7a commit 3c5fa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/check-cascader/src/CheckCascader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from './types'
import { useCache } from '@hi-ui/use-cache'
import { Picker, PickerProps } from '@hi-ui/picker'
import { TagInputMock } from '@hi-ui/tag-input'
import { TagInputMock, TagInputMockProps } from '@hi-ui/tag-input'
import { CheckCascaderMenuList } from './CheckCascaderMenuList'
import {
matchStrategy,
Expand Down

0 comments on commit 3c5fa9a

Please sign in to comment.