github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.9.8
@oazmi/kitchensink
struct
MirrorCompositionClass
Type Alias MirrorCompositionClass<CLS, CLASS_KEY, INSTANCE_KEY>
MirrorCompositionClass
:
CLS
extends
new
(
...
args
:
any
[]
)
=>
infer
T
?
MirrorComposition
<
CLS
,
CLASS_KEY
>
&
new
(
...
args
:
any
[]
,
)
=>
MirrorComposition
<
T
,
INSTANCE_KEY
>
:
MirrorComposition
<
CLS
,
CLASS_KEY
>
a utility type for the return type of
subclassThroughComposition
.
Type Parameters
CLS
extends
ConstructorOf
<
any
,
any
>
CLASS_KEY
extends
PropertyKey
INSTANCE_KEY
extends
PropertyKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.9.8
Loading...
a utility type for the return type of subclassThroughComposition.