mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 05:06:15 +08:00
fix
This commit is contained in:
@ -6,7 +6,7 @@ type Side = 'top' | 'bottom' | 'left' | 'right'
|
||||
type Align = 'start' | 'center' | 'end'
|
||||
|
||||
export type Placement
|
||||
= | 'top'
|
||||
= 'top'
|
||||
| 'top-start'
|
||||
| 'top-end'
|
||||
| 'right'
|
||||
|
||||
Reference in New Issue
Block a user