Endo API documentation
Preparing search index...
@endo/exo
ExoClassKitMethods
Type Alias ExoClassKitMethods<F, I>
ExoClassKitMethods
:
F
&
{
[
K
in
keyof
F
]
:
ThisType
<
{
facets
:
GuardedKit
<
F
>
;
state
:
ReturnType
<
I
>
}
,
>
}
Rearrange the Exo types to make a cast of the methods (M) and init function (I) to a specific type.
Type Parameters
F
extends
Record
<
FacetName
,
Methods
>
I
extends
(
...
args
:
any
[]
)
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Endo API documentation
Loading...
Rearrange the Exo types to make a cast of the methods (M) and init function (I) to a specific type.