chore(Popup): adjust shared props (#8224)

This commit is contained in:
neverland
2021-02-26 10:33:55 +08:00
committed by GitHub
parent cb6276451e
commit 87b6654900
6 changed files with 59 additions and 50 deletions
+2 -1
View File
@@ -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;