TypeDoc API - v0.28.20
Docs
Example
GitHub
Preparing search index...
DeclarationOptionToOptionType
Type Alias DeclarationOptionToOptionType<T>
DeclarationOptionToOptionType
:
T
extends
MapDeclarationOption
<
infer
U
>
?
U
:
T
extends
FlagsDeclarationOption
<
infer
U
>
?
U
:
ParameterTypeToOptionTypeMap
[
Exclude
<
T
[
"type"
]
,
undefined
>
]
Type Parameters
T
extends
DeclarationOption
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
Docs
Example
GitHub
TypeDoc API - v0.28.20
Loading...