rovalra
Preparing search index...
core/ui/catalog/input
createStyledInput
Function createStyledInput
createStyledInput
(
__namedParameters
:
{
id
:
any
;
label
?:
string
;
multiline
?:
boolean
;
placeholder
?:
string
;
value
?:
string
;
}
,
)
:
{
container
:
HTMLDivElement
;
input
:
HTMLInputElement
|
HTMLTextAreaElement
;
label
:
HTMLLabelElement
;
}
Parameters
__namedParameters
:
{
id
:
any
;
label
?:
string
;
multiline
?:
boolean
;
placeholder
?:
string
;
value
?:
string
;
}
Returns
{
container
:
HTMLDivElement
;
input
:
HTMLInputElement
|
HTMLTextAreaElement
;
label
:
HTMLLabelElement
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
rovalra
Loading...