File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ import { View } from '@tarojs/components'
99import classNames from 'classnames'
1010import isEqual from 'react-fast-compare'
1111import {
12- PickerView ,
1312 PickerOptions ,
1413 PickerValue ,
1514 PickerOptionItem ,
1615 PickerOnChangeCallbackParameter ,
17- SafeArea ,
18- Popup ,
19- PopupProps ,
20- } from '@nutui/nutui-react- taro'
16+ } from '@/packages/pickerview/types'
17+ import PickerView from '@/packages/pickerview/index.taro'
18+ import Popup , { PopupProps } from '@/packages/popup/index.taro'
19+ import SafeArea from '@/packages/safearea/index. taro'
2120import useRefs from '@/hooks/use-refs'
2221import { useConfig } from '@/packages/configprovider/index.taro'
2322import { usePropsValue } from '@/hooks/use-props-value'
Original file line number Diff line number Diff line change @@ -8,15 +8,14 @@ import React, {
88import classNames from 'classnames'
99import isEqual from 'react-fast-compare'
1010import {
11- PickerView ,
1211 PickerOptions ,
1312 PickerValue ,
1413 PickerOptionItem ,
1514 PickerOnChangeCallbackParameter ,
16- SafeArea ,
17- Popup ,
18- PopupProps ,
19- } from '@nutui/nutui-react '
15+ } from '@/packages/pickerview/types'
16+ import PickerView from '@/packages/pickerview/index'
17+ import Popup , { PopupProps } from '@/packages/popup/index'
18+ import SafeArea from '@/packages/safearea/index '
2019import useRefs from '@/hooks/use-refs'
2120import { useConfig } from '@/packages/configprovider'
2221import { usePropsValue } from '@/hooks/use-props-value'
You can’t perform that action at this time.
0 commit comments