Preparing search index...
The search index is not available
devfive front components
devfive front components
index
InputComponent
Interface InputComponent
interface
InputComponent
{
Address
:
DevfiveComponent
<
(
(
__namedParameters
)
=>
Element
)
,
AddressInputProps
>
;
Number
:
DevfiveComponent
<
(
<
T
>
(
props
)
=>
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
)
&
{
_InternalPanelDoNotUseOrYouWillBeFired
:
FC
<
Antd
.
InputNumberProps
<
ValueType
>
>
;
displayName
?:
string
;
}
,
InputNumberProps
>
;
Password
:
DevfiveComponent
<
ForwardRefExoticComponent
<
PasswordProps
&
RefAttributes
<
Antd
.
InputRef
>
>
,
PasswordProps
>
;
Search
:
DevfiveComponent
<
ForwardRefExoticComponent
<
SearchProps
&
RefAttributes
<
Antd
.
InputRef
>
>
,
SearchProps
>
;
TextArea
:
DevfiveComponent
<
ForwardRefExoticComponent
<
TextAreaProps
&
RefAttributes
<
TextAreaRef
>
>
,
TextAreaProps
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
any
>
;
displayName
?:
string
;
id
?:
string
;
propTypes
?:
WeakValidationMap
<
any
>
;
<
AsComponent
>
(
props
)
:
Element
;
}
Hierarchy (
view full
)
DevfiveComponent
<
typeof
Antd
.
Input
,
InputProps
>
InputComponent
Input
Component
<
AsComponent
>
(
props
)
:
Element
Type Parameters
AsComponent
extends
As
=
CompoundedComponent
Parameters
props
:
MergeWithAs
<
Antd
.
InputProps
&
RefAttributes
<
Antd
.
InputRef
>
,
ComponentProps
<
AsComponent
>
,
Assign
<
DevfiveProps
,
InputProps
>
,
AsComponent
>
Returns
Element
Index
Properties
Address
Number
Password
Search
Text
Area
context
Types?
default
Props?
display
Name?
id?
prop
Types?
Properties
Address
Address
:
DevfiveComponent
<
(
(
__namedParameters
)
=>
Element
)
,
AddressInputProps
>
Type declaration
(
__namedParameters
)
:
Element
Parameters
__namedParameters
:
InnerAddressInputProps
Returns
Element
Number
Number
:
DevfiveComponent
<
(
<
T
>
(
props
)
=>
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
)
&
{
_InternalPanelDoNotUseOrYouWillBeFired
:
FC
<
Antd
.
InputNumberProps
<
ValueType
>
>
;
displayName
?:
string
;
}
,
InputNumberProps
>
Password
Password
:
DevfiveComponent
<
ForwardRefExoticComponent
<
PasswordProps
&
RefAttributes
<
Antd
.
InputRef
>
>
,
PasswordProps
>
Search
Search
:
DevfiveComponent
<
ForwardRefExoticComponent
<
SearchProps
&
RefAttributes
<
Antd
.
InputRef
>
>
,
SearchProps
>
Text
Area
Text
Area
:
DevfiveComponent
<
ForwardRefExoticComponent
<
TextAreaProps
&
RefAttributes
<
TextAreaRef
>
>
,
TextAreaProps
>
Optional
context
Types
context
Types
?:
ValidationMap
<
any
>
Optional
default
Props
default
Props
?:
Partial
<
any
>
Optional
display
Name
display
Name
?:
string
Optional
id
id
?:
string
Optional
prop
Types
prop
Types
?:
WeakValidationMap
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Address
Number
Password
Search
Text
Area
context
Types
default
Props
display
Name
id
prop
Types
devfive front components
index
test
Generated using
TypeDoc