types(Popover): use tsx (#8166)

This commit is contained in:
neverland
2021-02-16 13:16:24 +08:00
committed by GitHub
parent 68555aa29a
commit 6c89575946
4 changed files with 57 additions and 24 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import { useLazyRender } from '../composables/use-lazy-render';
import Icon from '../icon';
import Overlay from '../overlay';
export type PopupPosition = 'top' | 'left' | 'bottom' | 'right' | 'center';
export type PopupPosition = 'top' | 'left' | 'bottom' | 'right' | 'center' | '';
export type PopupCloseIconPosition =
| 'top-left'