This commit is contained in:
yyh 2026-03-03 16:09:31 +08:00
parent 156d9d8de2
commit 959121aa0b
No known key found for this signature in database

View File

@ -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'