Skip to content

prosekit/preact/popover

PopoverContent()

PopoverContent(props, context?): null | VNode<any>

Parameters

props: RenderableProps<Partial<PopoverContentProps> & RefAttributes<PopoverContent> & HTMLAttributes<PopoverContent>, any>

context?: any

Returns

null | VNode<any>


PopoverRoot()

PopoverRoot(props, context?): null | VNode<any>

Parameters

props: RenderableProps<Partial<PopoverRootProps> & RefAttributes<PopoverRoot> & HTMLAttributes<PopoverRoot>, any>

context?: any

Returns

null | VNode<any>


PopoverTrigger()

PopoverTrigger(props, context?): null | VNode<any>

Parameters

props: RenderableProps<Partial<PopoverTriggerProps> & RefAttributes<PopoverTrigger> & HTMLAttributes<PopoverTrigger>, any>

context?: any

Returns

null | VNode<any>