Preparing search index...
The search index is not available
utopia-ui - v3.0.78
utopia-ui
<internal>
WeakValidationMap
Type Alias WeakValidationMap<T>
WeakValidationMap
:
{
[
K
in
keyof
T
]
?:
null
extends
T
[
K
]
?
Validator
<
T
[
K
]
|
null
|
undefined
>
:
undefined
extends
T
[
K
]
?
Validator
<
T
[
K
]
|
null
|
undefined
>
:
Validator
<
T
[
K
]
>
}
Type Parameters
T
Deprecated
Use
WeakValidationMap
from the ´prop-types` instead.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
utopia-ui - v3.0.78
Loading...
Deprecated
Use
WeakValidationMap
from the ´prop-types` instead.