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