diff options
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/components/popover.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/components/popover.tsx b/packages/ui/src/components/popover.tsx index 8552f601a..1c6588250 100644 --- a/packages/ui/src/components/popover.tsx +++ b/packages/ui/src/components/popover.tsx @@ -13,6 +13,7 @@ export interface PopoverProps<T extends ValidComponent = "div"> description?: JSXElement class?: ComponentProps<"div">["class"] classList?: ComponentProps<"div">["classList"] + style?: ComponentProps<"div">["style"] portal?: boolean } |
