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
parent 9849c76f72
commit 15d901ad6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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');