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