fix: fix PopupCloseIconPosition type (#8480)

Co-authored-by: zhengchuangchuang <zhengchuangchuang@kuaishou.com>
This commit is contained in:
郑闯闯
2021-04-08 17:13:10 +08:00
committed by GitHub
co-authored by zhengchuangchuang
parent 9849c76f72
commit 15d901ad6a
+1 -1
View File
@@ -31,7 +31,7 @@ export type PopupPosition = 'top' | 'left' | 'bottom' | 'right' | 'center' | '';
export type PopupCloseIconPosition =
| 'top-left'
| 'top-right'
| 'botttom-left'
| 'bottom-left'
| 'bottom-right';
const [name, bem] = createNamespace('popup');