@cldn/components - v4.1.1
Preparing search index...
WritableKeys
Type Alias WritableKeys<T>
WritableKeys
:
{
[
Prop
in
keyof
T
]
:
(
<
G
>
()
=>
G
extends
Pick
<
T
,
Prop
>
?
1
:
2
extends
<
G
>
()
=>
G
extends
Record
<
Prop
,
T
[
Prop
]
,
>
?
1
:
2
?
true
:
false
)
extends
false
?
never
:
T
[
Prop
]
extends
Function
|
null
|
undefined
?
never
:
Prop
}
[
keyof
T
]
Non-readonly non-method keys
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cldn/components - v4.1.1
Loading...
Non-readonly non-method keys