fix: fix PopupCloseIconPosition type (#8480)
Co-authored-by: zhengchuangchuang <zhengchuangchuang@kuaishou.com>
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user