chore(Popup): adjust shared props (#8224)
This commit is contained in:
@@ -4,7 +4,8 @@ import { PropType } from 'vue';
|
||||
import { createNamespace, pick } from '../utils';
|
||||
|
||||
// Components
|
||||
import Popup, { popupSharedProps } from '../popup';
|
||||
import Popup from '../popup';
|
||||
import { popupSharedProps } from '../popup/shared';
|
||||
|
||||
export type ShareSheetOption = {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user