ecspresso
Preparing search index...
index
ComponentsOf
Type Alias ComponentsOf<B>
ComponentsOf
:
B
extends
{
_cfg
:
{
components
:
infer
C
extends
Record
<
string
,
any
>
}
;
}
?
C
:
B
extends
{
_cfg
?:
{
components
:
infer
C
extends
Record
<
string
,
any
>
}
}
?
C
:
never
Extract the ComponentTypes from a Plugin or ECSpresso instance
Type Parameters
B
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ecspresso
Loading...
Extract the ComponentTypes from a Plugin or ECSpresso instance