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