mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
Feat/chat add origin (#1130)
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
useRole,
|
||||
} from '@floating-ui/react'
|
||||
|
||||
import type { Placement } from '@floating-ui/react'
|
||||
import type { OffsetOptions, Placement } from '@floating-ui/react'
|
||||
|
||||
type PortalToFollowElemOptions = {
|
||||
/*
|
||||
@@ -25,7 +25,7 @@ type PortalToFollowElemOptions = {
|
||||
*/
|
||||
placement?: Placement
|
||||
open?: boolean
|
||||
offset?: number
|
||||
offset?: number | OffsetOptions
|
||||
onOpenChange?: (open: boolean) => void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user