mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix: fix PopupCloseIconPosition type (#8480)
Co-authored-by: zhengchuangchuang <zhengchuangchuang@kuaishou.com>
This commit is contained in:
parent
9849c76f72
commit
15d901ad6a
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user