chore(Picker): move shared props (#8142)
This commit is contained in:
+1
-2
@@ -18,8 +18,7 @@ import { createNamespace, pick } from '../utils';
|
||||
import { useExpose } from '../composables/use-expose';
|
||||
|
||||
// Components
|
||||
import Picker from '../picker';
|
||||
import { pickerProps } from '../picker/shared';
|
||||
import Picker, { pickerProps } from '../picker';
|
||||
|
||||
const [createComponent, bem] = createNamespace('area');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user