Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
index
ClusterInterface
ApplicableComponents
Type Alias ApplicableComponents<CA, S>
Applicable
Components
<
CA
,
S
>
:
CA
extends
[
infer
C
extends
ClusterInterface
.
Component
,
...
(
infer
R
extends
ClusterInterface
.
Component
[]
)
]
?
S
extends
C
[
"flags"
]
?
[
C
,
...
ClusterInterface
.
ApplicableComponents
<
R
,
S
>
]
:
ClusterInterface
.
ApplicableComponents
<
R
,
S
>
:
[
]
Type Parameters
CA
extends
ClusterInterface
.
Component
[]
S
extends
FeatureFlags
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...