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 =
|
export type PopupCloseIconPosition =
|
||||||
| 'top-left'
|
| 'top-left'
|
||||||
| 'top-right'
|
| 'top-right'
|
||||||
| 'botttom-left'
|
| 'bottom-left'
|
||||||
| 'bottom-right';
|
| 'bottom-right';
|
||||||
|
|
||||||
const [name, bem] = createNamespace('popup');
|
const [name, bem] = createNamespace('popup');
|
||||||
|
|||||||
Reference in New Issue
Block a user