mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 12:59:18 +08:00
fix
This commit is contained in:
parent
156d9d8de2
commit
959121aa0b
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user