findKeyedChild
import { findKeyedChild } from "@alloy-js/core";
function findKeyedChild(children: Children[], tag: symbol): ComponentCreator<import("./runtime/component.js").Props> | null;
Parameters
children |
|
tag |
|
Returns
ComponentCreator<import(â./runtime/component.jsâ).Props> | null