Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
GroupInputProps
Interface GroupInputProps
Public
interface
GroupInputProps
{
isDivided
?:
boolean
;
isFocused
?:
boolean
;
onBlur
?:
()
=>
void
;
widthMap
?:
{
[
key
:
number
]:
undefined
|
Width
<
string
|
number
>
}
;
}
Index
Properties
is
Divided?
is
Focused?
on
Blur?
width
Map?
Properties
Optional
is
Divided
isDivided
?:
boolean
Optional
is
Focused
isFocused
?:
boolean
Optional
on
Blur
onBlur
?:
()
=>
void
Optional
width
Map
widthMap
?:
{
[
key
:
number
]:
undefined
|
Width
<
string
|
number
>
}
On This Page
Properties
is
Divided
is
Focused
on
Blur
width
Map
Юниверс DG SDK UI
Loading...
Public