findAllComponentsInLithoView
fun findAllComponentsInLithoView(lithoView: LithoView, vararg clazz: Class<out Component?>): List<Component>
fun findAllComponentsInLithoView(lithoView: LithoView, vararg clazz: KClass<out Component>): List<Component>
Returns a list of all components of the given classes from the ComponentTree or an empty list if not found