Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
DropdownRenderFunction
Type Alias DropdownRenderFunction
DropdownRenderFunction
:
(
props
:
{
blockRef
:
RefObject
<
HTMLDivElement
>
;
clearInput
:
()
=>
void
;
closeDropDown
:
()
=>
void
;
selectedOptions
:
SelectOption
[]
;
}
,
)
=>
ReactNode
Type declaration
(
props
:
{
blockRef
:
RefObject
<
HTMLDivElement
>
;
clearInput
:
()
=>
void
;
closeDropDown
:
()
=>
void
;
selectedOptions
:
SelectOption
[]
;
}
,
)
:
ReactNode
Parameters
props
:
{
blockRef
:
RefObject
<
HTMLDivElement
>
;
clearInput
:
()
=>
void
;
closeDropDown
:
()
=>
void
;
selectedOptions
:
SelectOption
[]
;
}
Returns
ReactNode
Public
Юниверс DG SDK UI
Loading...
Public