@nextcloud/dialogs
Preparing search index...
index
<internal>
ExtractPropTypes
Type Alias ExtractPropTypes<O>
ExtractPropTypes
:
{
[
K
in
keyof
Pick
<
O
,
RequiredKeys
<
O
>
>
]
:
InferPropType
<
O
[
K
]
>
}
&
{
[
K
in
keyof
Pick
<
O
,
OptionalKeys
<
O
>
>
]
?:
InferPropType
<
O
[
K
]
>
}
Type Parameters
O
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@nextcloud/dialogs
Loading...