mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-14 18:23:23 +00:00
chore: generate
This commit is contained in:
parent
ae11cad13b
commit
1269766cb8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import { IconButton } from "./icon-button"
|
|||
|
||||
export interface PopoverProps<T extends ValidComponent = "div">
|
||||
extends ParentProps,
|
||||
Omit<ComponentProps<typeof Kobalte>, "children"> {
|
||||
Omit<ComponentProps<typeof Kobalte>, "children"> {
|
||||
trigger?: JSXElement
|
||||
triggerAs?: T
|
||||
triggerProps?: ComponentProps<T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue