Documentation - v0.0.0
Preparing search index...
@arroyodev-llc/utils.projen
findComponent
Function findComponent
findComponent
<
T
extends
new
(
...
args
:
any
[]
)
=>
Component
>
(
project
:
Project
,
component
:
T
,
)
:
InstanceType
<
T
>
|
undefined
Find component of type in a project.
Type Parameters
T
extends
new
(
...
args
:
any
[]
)
=>
Component
Parameters
project
:
Project
Project to search through.
component
:
T
Component type to look for.
Returns
InstanceType
<
T
>
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation - v0.0.0
Loading...
Find component of type in a project.