toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-popper
/
react.popper
Package-level
declarations
Types
Functions
Properties
Types
Manager
Props
Link copied to clipboard
external
interface
ManagerProps
:
PropsWithChildren
Popper
Arrow
Props
Link copied to clipboard
external
interface
PopperArrowProps
:
PropsWithRef
<
Any
>
,
PropsWithStyle
Popper
Children
Props
Link copied to clipboard
external
interface
PopperChildrenProps
:
PropsWithRef
<
Any
>
,
PropsWithStyle
Popper
Instance
Link copied to clipboard
external
interface
PopperInstance
Popper
Props
Link copied to clipboard
external
interface
PopperProps
:
Props
Reference
Children
Props
Link copied to clipboard
external
interface
ReferenceChildrenProps
:
PropsWithRef
<
Any
>
Reference
Props
Link copied to clipboard
external
interface
ReferenceProps
:
Props
Use
Popper
Options
Link copied to clipboard
external
interface
UsePopperOptions
:
Options
Properties
Manager
Link copied to clipboard
external
val
Manager
:
ComponentClass
<
PropsWithChildren
>
Popper
Link copied to clipboard
external
val
Popper
:
ComponentClass
<
PopperProps
>
Reference
Link copied to clipboard
external
val
Reference
:
ComponentClass
<
ReferenceProps
>
Functions
use
Popper
Link copied to clipboard
external
fun
usePopper
(
referenceElement
:
ReferenceElement
?
,
popperElement
:
HTMLElement
?
,
options
:
UsePopperOptions
)
:
PopperInstance